File tree 2 files changed +9
-12
lines changed
2 files changed +9
-12
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]
12
- php : ["8.1", "8. 2", "8.3", "8.4"]
13
- laravel : ["^10.0", "^11.0"]
12
+ php : ["8.2", "8.3", "8.4"]
13
+ laravel : ["^10.0", "^11.0", "^12.0" ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : " ^10.0"
17
17
testbench : " ^8.0"
18
18
- laravel : " ^11.0"
19
19
testbench : " ^9.0"
20
- exclude :
21
- - php : " 8.3"
22
- laravel : " ^10.0"
23
- - php : " 8.1"
24
- laravel : " ^11.0"
20
+ - laravel : " ^12.0"
21
+ testbench : " ^10.0"
25
22
26
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
27
24
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^8.1" ,
26
- "illuminate/contracts" : " ^10.0|^11.0" ,
27
- "lorisleiva/lody" : " ^0.5 "
26
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
27
+ "lorisleiva/lody" : " ^0.6 "
28
28
},
29
29
"require-dev" : {
30
- "orchestra/testbench" : " ^8.0|^9 .0" ,
31
- "pestphp/pest" : " ^1.23|^2.34 " ,
32
- "phpunit/phpunit" : " ^9.6|^10.0 "
30
+ "orchestra/testbench" : " ^10 .0" ,
31
+ "pestphp/pest" : " ^2.34|^3.0 " ,
32
+ "phpunit/phpunit" : " ^10.5|^11.5 "
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments