File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,23 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.0,8.1,8.2]
17
- laravel : [9.*,10 .*]
16
+ php : [8.0, 8.1, 8.2, 8.3 ]
17
+ laravel : [9.*, 10.*, 11 .*]
18
18
stability : [prefer-stable]
19
19
include :
20
20
- laravel : 9.*
21
21
testbench : ^7.0
22
22
- laravel : 10.*
23
23
testbench : ^8.0
24
+ - laravel : 11.*
25
+ testbench : ^9.0
24
26
exclude :
25
27
- laravel : 10.*
26
28
php : 8.0
29
+ - laravel : 11.*
30
+ php : 8.0
31
+ - laravel : 11.*
32
+ php : 8.1
27
33
28
34
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
35
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " ^8.0" ,
27
- "illuminate/contracts" : " ^9.0|^10.0" ,
28
- "illuminate/database" : " ^9.0|^10.0" ,
29
- "illuminate/support" : " ^9.0|^10.0" ,
30
- "spatie/laravel-package-tools" : " ^1.9.2 "
27
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0 " ,
28
+ "illuminate/database" : " ^9.0|^10.0|^11.0 " ,
29
+ "illuminate/support" : " ^9.0|^10.0|^11.0 " ,
30
+ "spatie/laravel-package-tools" : " ^1.16 "
31
31
},
32
32
"require-dev" : {
33
33
"friendsofphp/php-cs-fixer" : " ^3.2" ,
34
- "nunomaduro/collision" : " ^5.3|^6.0" ,
35
- "orchestra/testbench" : " ^7.0|^8.0" ,
36
- "vimeo/psalm" : " ^4.8"
34
+ "nunomaduro/collision" : " ^5.3|^6.0|^7.0|^8.0 " ,
35
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 " ,
36
+ "vimeo/psalm" : " ^4.8|^5.0 "
37
37
},
38
38
"autoload" : {
39
39
"psr-4" : {
You can’t perform that action at this time.
0 commit comments