File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
fail-fast : true
8
8
matrix :
9
9
os : [ubuntu-latest]
10
- php : [8.2, 8.3]
11
- laravel : [10.*, 11.*]
10
+ php : [8.2, 8.3, 8.4 ]
11
+ laravel : [10.*, 11.*, 12.* ]
12
12
stability : [prefer-stable]
13
13
include :
14
14
- laravel : 10.*
15
15
testbench : 8.*
16
16
- laravel : 11.*
17
17
testbench : 9.*
18
+ - laravel : 12.*
19
+ testbench : 10.*
18
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
19
21
steps :
20
22
- name : Checkout code
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1|^8.2|^8.3" ,
20
- "illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
19
+ "php" : " ^8.1|^8.2|^8.3|^8.4 " ,
20
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0|^12.0 " ,
21
21
"spatie/laravel-package-tools" : " ^1.14"
22
22
},
23
23
"require-dev" : {
24
24
"nunomaduro/collision" : " ^7.0|^8.0" ,
25
- "orchestra/testbench" : " ^8.0|^9.0" ,
25
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
26
26
"pestphp/pest" : " ^2.0" ,
27
27
"pestphp/pest-plugin-laravel" : " ^2.0" ,
28
28
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments