File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
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.7.*
35
35
testbench : 6.*
36
36
- laravel : 8.*
37
37
testbench : 6.*
38
+ - laravel : 9.*
39
+ testbench : 7.*
38
40
39
41
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
40
42
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^7.1|^8.0" ,
19
19
"codezero/dotenv-updater" : " ^1.1" ,
20
- "illuminate/support" : " ^5.7|^6.0|^7.0|^8.0"
20
+ "illuminate/support" : " ^5.7|^6.0|^7.0|^8.0|^9.0 "
21
21
},
22
22
"require-dev" : {
23
- "orchestra/testbench" : " ^3.7|^4.0|^5.0|^6.0" ,
23
+ "orchestra/testbench" : " ^3.7|^4.0|^5.0|^6.0|^7.0 " ,
24
24
"phpunit/phpunit" : " ^7.0|^8.0|^9.0"
25
25
},
26
26
"scripts" : {
You can’t perform that action at this time.
0 commit comments