File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 59
59
fail-fast : false
60
60
matrix :
61
61
php : [8.4, 8.3, 8.2]
62
- laravel : [11.x]
62
+ laravel : [12.x, 11.x]
63
63
stability : [prefer-lowest, prefer-stable]
64
64
65
65
name : Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - MySQL 8.0
@@ -116,7 +116,7 @@ jobs:
116
116
fail-fast : false
117
117
matrix :
118
118
php : [8.4, 8.3, 8.2]
119
- laravel : [11.x]
119
+ laravel : [12.x, 11.x]
120
120
stability : [prefer-lowest, prefer-stable]
121
121
122
122
name : Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 13
@@ -172,8 +172,8 @@ jobs:
172
172
strategy :
173
173
fail-fast : false
174
174
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]
177
177
stability : [ prefer-lowest, prefer-stable ]
178
178
179
179
name : Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 14
@@ -229,8 +229,8 @@ jobs:
229
229
strategy :
230
230
fail-fast : false
231
231
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]
234
234
stability : [ prefer-lowest, prefer-stable ]
235
235
236
236
name : Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 15
@@ -274,8 +274,8 @@ jobs:
274
274
strategy :
275
275
fail-fast : false
276
276
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]
279
279
stability : [ prefer-lowest, prefer-stable ]
280
280
281
281
name : Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - SQLite
You can’t perform that action at this time.
0 commit comments