Skip to content

Commit 4c4a143

Browse files
committed
changed ci config for mysql, postgres and mssql
1 parent 968dabb commit 4c4a143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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]

0 commit comments

Comments
 (0)