File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 test-mysql :
1313 name : Laravel ${{ matrix.laravel }} / PHP ${{ matrix.php }} / MySQL ${{ matrix.mysql }}
1414 runs-on : ubuntu-latest
15- timeout-minutes : 30
15+ timeout-minutes : 60
1616 strategy :
1717 matrix :
1818 laravel : [10, 11, 12]
@@ -105,7 +105,7 @@ jobs:
105105 test-pgsql :
106106 name : Laravel ${{ matrix.laravel }} / PHP ${{ matrix.php }} / PostgreSQL 15
107107 runs-on : ubuntu-latest
108- timeout-minutes : 30
108+ timeout-minutes : 60
109109 strategy :
110110 matrix :
111111 laravel : [10, 11, 12]
@@ -194,7 +194,7 @@ jobs:
194194 test-sqlsrv :
195195 name : Laravel ${{ matrix.laravel }} / PHP ${{ matrix.php }} / MSSQL 2022-latest
196196 runs-on : ubuntu-latest
197- timeout-minutes : 30
197+ timeout-minutes : 60
198198 strategy :
199199 matrix :
200200 laravel : [10, 11, 12]
You can’t perform that action at this time.
0 commit comments