File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,12 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.0, 8.1]
17
- laravel : [^8.67, 9.*]
17
+ laravel : [9.*]
18
18
elasticsearch : ["7.17.0"]
19
19
stability : [prefer-lowest, prefer-stable]
20
20
include :
21
- - laravel : ^8.67
22
- testbench : 6.*
23
21
- laravel : 9.*
24
22
testbench : 7.*
25
- exclude :
26
- - laravel : 9.*
27
- php : 8.1
28
23
29
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
25
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "laravel/framework" : " ^8.67 || ^ 9.0" ,
20
+ "laravel/framework" : " ^9.0" ,
21
21
"ruflin/elastica" : " ^7.1" ,
22
22
"spatie/laravel-package-tools" : " ^1.9.2"
23
23
},
24
24
"require-dev" : {
25
25
"brianium/paratest" : " ^6.2" ,
26
26
"friendsofphp/php-cs-fixer" : " ^3.8" ,
27
- "nunomaduro/collision" : " ^5.0 || ^ 6.0" ,
27
+ "nunomaduro/collision" : " ^6.0" ,
28
28
"nunomaduro/larastan" : " ^2.0.1" ,
29
29
"orchestra/testbench" : " ^7.0" ,
30
30
"pestphp/pest" : " ^1.21" ,
You can’t perform that action at this time.
0 commit comments