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