File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.0, 7.4]
13
- laravel : [8.*]
13
+ laravel : [8.*, 9.* ]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : 6.*
18
+ - laravel : 9.*
19
+ testbench : 7.*
20
+ exclude :
21
+ - laravel : 9.*
22
+ php : 7.4
18
23
19
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
20
25
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^7.2|^8.0" ,
22
- "laravel/framework" : " 5.8.* || ^6.0 || ^7.0 || ^8.0"
22
+ "laravel/framework" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 "
23
23
},
24
24
"require-dev" : {
25
25
"orchestra/testbench" : " >=3.8" ,
26
- "phpunit/phpunit" : " ^7.0|^8.0"
26
+ "phpunit/phpunit" : " ^7.0|^8.0|^9.3 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments