File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,21 @@ jobs:
10
10
fail-fast : true
11
11
matrix :
12
12
php : [7.3, 7.4, 8.0, 8.1]
13
- laravel : [8.*]
13
+ laravel : [8.*, 9.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
exclude :
16
16
- php : 8.1
17
17
laravel : 8.*
18
18
dependency-version : prefer-lowest
19
+ - php : 7.3
20
+ laravel : 9.*
21
+ - php : 7.4
22
+ laravel : 9.*
19
23
include :
20
24
- laravel : 8.*
21
25
testbench : 6.*
26
+ - laravel : 9.*
27
+ testbench : 7.*
22
28
# Testing php 8.1 with Laravel 8.74 as its lowest
23
29
- php : 8.1
24
30
laravel : ^8.74
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"php" : " ^7.3|^8.0" ,
25
- "illuminate/support" : " ^8.0" ,
25
+ "illuminate/support" : " ^8.0|^9.0 " ,
26
26
"laravelcollective/html" : " ^6.2.1"
27
27
},
28
28
"require-dev" : {
29
29
"exolnet/phpcs-config" : " ^2.0" ,
30
30
"mockery/mockery" : " ^1.4" ,
31
- "orchestra/testbench" : " ^6.0" ,
31
+ "orchestra/testbench" : " ^6.0|^7.0 " ,
32
32
"phpunit/phpunit" : " ^9.3.3" ,
33
33
"squizlabs/php_codesniffer" : " ^3.6"
34
34
},
You can’t perform that action at this time.
0 commit comments