File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,19 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [7.4 , 8.0]
17
- laravel : [8.*, 7.*]
16
+ php : [8.1 , 8.0, 7.4 ]
17
+ laravel : [9.*, 8.*, 7.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 9.*
21
+ testbench : 7.*
20
22
- laravel : 8.*
21
23
testbench : ^6.23
22
24
- laravel : 7.*
23
25
testbench : ^5.20
26
+ exclude :
27
+ - laravel : 7.*
28
+ php : 8.1
24
29
25
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
31
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^7.4|^8.0" ,
21
21
"facebook/php-business-sdk" : " ^12.0" ,
22
- "illuminate/http" : " ^7.0|^8.0" ,
23
- "illuminate/support" : " ^7.0|^8.0"
22
+ "illuminate/http" : " ^7.0|^8.0|^9.0 " ,
23
+ "illuminate/support" : " ^7.0|^8.0|^9.0 "
24
24
},
25
25
"require-dev" : {
26
26
"friendsofphp/php-cs-fixer" : " ^3.3" ,
27
- "orchestra/testbench" : " ^5.0|^6.0" ,
27
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0 " ,
28
28
"phpunit/phpunit" : " ^9.0"
29
29
},
30
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments