Skip to content

Commit d3ec4d0

Browse files
committed
wip
1 parent 9681e3f commit d3ec4d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
php: [8.4, 8.3, 8.2]
62-
laravel: [11.x]
62+
laravel: [12.x, 11.x]
6363
stability: [prefer-lowest, prefer-stable]
6464

6565
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - MySQL 8.0
@@ -116,7 +116,7 @@ jobs:
116116
fail-fast: false
117117
matrix:
118118
php: [8.4, 8.3, 8.2]
119-
laravel: [11.x]
119+
laravel: [12.x, 11.x]
120120
stability: [prefer-lowest, prefer-stable]
121121

122122
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 13
@@ -172,8 +172,8 @@ jobs:
172172
strategy:
173173
fail-fast: false
174174
matrix:
175-
php: [ 8.3, 8.2 ]
176-
laravel: [ 11.x ]
175+
php: [8.4, 8.3, 8.2]
176+
laravel: [12.x, 11.x]
177177
stability: [ prefer-lowest, prefer-stable ]
178178

179179
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 14
@@ -229,8 +229,8 @@ jobs:
229229
strategy:
230230
fail-fast: false
231231
matrix:
232-
php: [ 8.3, 8.2 ]
233-
laravel: [ 11.x ]
232+
php: [8.4, 8.3, 8.2]
233+
laravel: [12.x, 11.x]
234234
stability: [ prefer-lowest, prefer-stable ]
235235

236236
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 15
@@ -274,8 +274,8 @@ jobs:
274274
strategy:
275275
fail-fast: false
276276
matrix:
277-
php: [ 8.3, 8.2 ]
278-
laravel: [ 11.x ]
277+
php: [8.4, 8.3, 8.2]
278+
laravel: [12.x, 11.x]
279279
stability: [ prefer-lowest, prefer-stable ]
280280

281281
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - SQLite

0 commit comments

Comments
 (0)