File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
fail-fast : true
33
33
matrix :
34
34
php : [8.1, 8.2, 8.3]
35
- laravel : [10]
35
+ laravel : [10, 11 ]
36
36
stability : [prefer-lowest, prefer-stable]
37
37
38
38
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MySQL 5.7
85
85
fail-fast : true
86
86
matrix :
87
87
php : [8.3]
88
- laravel : [10 ]
88
+ laravel : [11 ]
89
89
stability : [prefer-stable]
90
90
91
91
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MariaDB 10.5
@@ -139,7 +139,7 @@ jobs:
139
139
fail-fast : true
140
140
matrix :
141
141
php : [8.3]
142
- laravel : [10 ]
142
+ laravel : [11 ]
143
143
stability : [prefer-stable]
144
144
145
145
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - PostgreSQL 14
@@ -185,7 +185,7 @@ jobs:
185
185
fail-fast : true
186
186
matrix :
187
187
php : [8.3]
188
- laravel : [10 ]
188
+ laravel : [11 ]
189
189
stability : [prefer-stable]
190
190
191
191
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - SQLite
You can’t perform that action at this time.
0 commit comments