File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,24 @@ jobs:
13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- os : [ ubuntu-latest ]
17
- php : [ 8.0, 8.1 ]
18
- laravel : [ 9.*, 10.* ]
19
- dependency-version : [ prefer-lowest, prefer-stable ]
16
+ os : [ubuntu-latest]
17
+ php : [8.0, 8.1, '8.2' ]
18
+ laravel : [' 9.*', ' 10.*', '11.*' ]
19
+ dependency-version : [prefer-lowest, prefer-stable]
20
20
include :
21
21
- laravel : 10.*
22
22
testbench : 8.*
23
23
- laravel : 9.*
24
24
testbench : 7.*
25
+ - laravel : 11.*
26
+ testbench : 9.*
25
27
exclude :
26
28
- laravel : 10.*
27
29
php : 8.0
30
+ - laravel : 11.*
31
+ php : 8.0
32
+ - laravel : 11.*
33
+ php : 8.1
28
34
29
35
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
30
36
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " ^8.0" ,
13
- "illuminate/pagination" : " ^9.0|^10.0" ,
14
- "illuminate/support" : " ^9.0|^10.0"
13
+ "illuminate/pagination" : " ^9.0|^10.0|^11.0 " ,
14
+ "illuminate/support" : " ^9.0|^10.0|^11.0 "
15
15
},
16
16
"require-dev" : {
17
17
"fakerphp/faker" : " ^1.12" ,
18
18
"laravel/legacy-factories" : " ^1.0" ,
19
- "orchestra/testbench" : " ^7.0|^8.0" ,
19
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 " ,
20
20
"phpunit/phpunit" : " ^9.0|^10.0"
21
21
},
22
22
"autoload" : {
You can’t perform that action at this time.
0 commit comments