File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest, macos-latest]
12
- php : [8.2]
12
+ php : [8.2, 8.3, 8.4 ]
13
13
laravel : [10.*, 11.*]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
19
19
- laravel : 11.*
20
20
testbench : 9.*
21
21
workbench : 9.*
22
+ - laravel : 12.*
23
+ testbench : 10.*
24
+ workbench : 10.*
22
25
23
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
27
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.2" ,
22
- "illuminate/support" : " ^10.0|^11.0"
22
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.10" ,
26
- "orchestra/testbench" : " ^8.14|^9.0" ,
27
- "orchestra/workbench" : " ^8.0|^9.0" ,
26
+ "orchestra/testbench" : " ^8.14|^9.0|^10.0 " ,
27
+ "orchestra/workbench" : " ^8.0|^9.0|^10.0 " ,
28
28
"phpunit/phpunit" : " ^10.5"
29
29
},
30
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments