File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
php : [ 8.0, 8.1 ]
12
- laravel : [ 8.* ]
12
+ laravel : [ 8.*, 9.* ]
13
13
dependency-version : [ prefer-stable ]
14
14
include :
15
15
- laravel : 5.6.*
38
38
testbench : 6.*
39
39
- laravel : 8.*
40
40
testbench : 6.*
41
+ - laravel : 9.*
42
+ testbench : 7.*
41
43
42
44
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
43
45
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " ^7.1|^8.0" ,
25
25
"codezero/browser-locale" : " ^3.0" ,
26
- "illuminate/support" : " ^5.6|^6.0|^7.0|^8.0"
26
+ "illuminate/support" : " ^5.6|^6.0|^7.0|^8.0|^9.0 "
27
27
},
28
28
"require-dev" : {
29
29
"mockery/mockery" : " ^1.3.3" ,
30
- "orchestra/testbench" : " ^3.6|^4.0|^5.0|^6.0" ,
30
+ "orchestra/testbench" : " ^3.6|^4.0|^5.0|^6.0|^7.0 " ,
31
31
"phpunit/phpunit" : " ^7.0|^8.0|^9.0"
32
32
},
33
33
"scripts" : {
57
57
},
58
58
"minimum-stability" : " dev" ,
59
59
"prefer-stable" : true
60
- }
60
+ }
You can’t perform that action at this time.
0 commit comments