File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.1]
13
- laravel : [10.*]
12
+ php : [8.1, 8.2 ]
13
+ laravel : [10.*, 11.* ]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
16
- laravel : 10.*
17
17
testbench : 8.*
18
+ - laravel : 11.*
19
+ testbench : 9.*
20
+ exclude :
21
+ - laravel : 11.*
22
+ php : 8.1
18
23
19
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
20
25
Original file line number Diff line number Diff line change 21
21
"php" : " ^7.2|^8.0" ,
22
22
"ext-openssl" : " *" ,
23
23
"guzzlehttp/guzzle" : " ^7.4" ,
24
- "illuminate/console" : " ^7.0|^8.0|^9.0|^10.0" ,
25
- "illuminate/filesystem" : " ^7.0|^8.0|^9.0|^10.0" ,
26
- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0"
24
+ "illuminate/console" : " ^7.0|^8.0|^9.0|^10.0|^11.0 " ,
25
+ "illuminate/filesystem" : " ^7.0|^8.0|^9.0|^10.0|^11.0 " ,
26
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0 "
27
27
},
28
28
"require-dev" : {
29
29
"friendsofphp/php-cs-fixer" : " ^3.0" ,
30
- "orchestra/testbench" : " ^7.0" ,
30
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 " ,
31
31
"phpunit/phpunit" : " ^9.0"
32
32
},
33
33
"autoload" : {
You can’t perform that action at this time.
0 commit comments