File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,22 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : [ 8.1, 8.2, 8.3 ]
17
- laravel : [ 10.*, 11.* ]
16
+ php : [ 8.1, 8.2, 8.3, 8.4 ]
17
+ laravel : [ 10.*, 11.*, 12.* ]
18
18
stability : [ prefer-stable ]
19
19
experimental : [ false ]
20
20
include :
21
21
- laravel : 10.*
22
22
testbench : 8.*
23
23
- laravel : 11.*
24
24
testbench : 9.*
25
+ - laravel : 12.*
26
+ testbench : 10.*
25
27
exclude :
26
28
- php : 8.1
27
29
laravel : 11.*
30
+ - php : 8.1
31
+ laravel : 12.*
28
32
29
33
30
34
name : PHP ${{ matrix.php }} - L${{ matrix.laravel }}
Original file line number Diff line number Diff line change 33
33
"php" : " >=8.1" ,
34
34
"jumbojett/openid-connect-php" : " ^1.0.2" ,
35
35
"guzzlehttp/guzzle" : " ^7.5" ,
36
- "illuminate/contracts" : " ^10.0||^11.0" ,
36
+ "illuminate/contracts" : " ^10.0||^11.0||^12.0 " ,
37
37
"web-token/jwt-library" : " ^3.4"
38
38
},
39
39
"require-dev" : {
40
- "orchestra/testbench" : " ^8.0||^9.0" ,
41
- "phpunit/phpunit" : " ^10.0" ,
40
+ "orchestra/testbench" : " ^8.0||^9.0||^10.0 " ,
41
+ "phpunit/phpunit" : " ^10.0||^11.0||^12.0 " ,
42
42
"vimeo/psalm" : " ^5.8" ,
43
43
"phpstan/phpstan" : " ^1.10" ,
44
44
"squizlabs/php_codesniffer" : " ^3.8" ,
You can’t perform that action at this time.
0 commit comments