File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,30 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [7.4, 8.0, 8.1, 8.2]
13
- laravel : [8.*, 9.*, 10.*]
13
+ laravel : [8.*, 9.*, 10.*, 11.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : ^6.24
18
18
- laravel : 9.*
19
19
testbench : 7.*
20
20
- laravel : 10.*
21
- testbench : 8.*
21
+ testbench : 8.*
22
+ - laravel : 11.*
23
+ testbench : 9.*
22
24
exclude :
23
25
- laravel : 9.*
24
26
php : 7.4
25
27
- laravel : 10.*
26
28
php : 7.4
27
29
- laravel : 10.*
28
30
php : 8.0
31
+ - laravel : 11.*
32
+ php : 8.0
33
+ - laravel : 11.*
34
+ php : 8.1
35
+ - laravel : 11.*
36
+ php : 7.4
29
37
30
38
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
31
39
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.4|^8.0" ,
20
20
"ext-json" : " *" ,
21
- "illuminate/console" : " ^8.0|^9.0|^10.0" ,
22
- "illuminate/contracts" : " ^8.0|^9.0|^10.0" ,
23
- "illuminate/database" : " ^8.0|^9.0|^10.0"
21
+ "illuminate/console" : " ^8.0|^9.0|^10.0|^11.0 " ,
22
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0 " ,
23
+ "illuminate/database" : " ^8.0|^9.0|^10.0|^11.0 "
24
24
},
25
25
"require-dev" : {
26
26
"mockery/mockery" : " ^1.4" ,
27
- "orchestra/testbench" : " ^6.24|^7.0|^8.0" ,
28
- "pestphp/pest-plugin-laravel" : " ^1.3" ,
29
- "phpunit/phpunit" : " ^9.5.13 " ,
27
+ "orchestra/testbench" : " ^6.24|^7.0|^8.0|^9.0 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.1 " ,
29
+ "phpunit/phpunit" : " ^9.6|^10.5 " ,
30
30
"spatie/temporary-directory" : " ^1.2" ,
31
- "vimeo/psalm" : " ^4.2"
31
+ "vimeo/psalm" : " ^4.2|^5.20 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments