File tree 3 files changed +14
-17
lines changed
3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : ' 8.1 '
19
+ php-version : ' 8.2 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
Original file line number Diff line number Diff line change @@ -13,17 +13,14 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.4 , 8.3, 8.2, 8.1 ]
17
- laravel : ['^ 11.0', '^10.0' ]
16
+ php : [8.2 , 8.3, 8.4 ]
17
+ laravel : [11.*, 12.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
- exclude :
20
- - laravel : ' ^11.0'
21
- php : 8.1
22
19
include :
23
- - laravel : ' ^10.0 '
24
- testbench : 8.*
25
- - laravel : ' ^11.0 '
26
- testbench : 9.*
20
+ - laravel : 11.*
21
+ testbench : ^9.0
22
+ - laravel : 12.*
23
+ testbench : ^10.0
27
24
28
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
26
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/console" : " ^10 .0|^11 .0"
20
+ "illuminate/console" : " ^11 .0|^12 .0"
21
21
},
22
22
"require-dev" : {
23
23
"laravel/pint" : " ^1.0" ,
24
24
"nunomaduro/collision" : " ^7.0|^8.0" ,
25
- "nunomaduro /larastan" : " ^2.0 .1" ,
26
- "orchestra/testbench" : " ^8 .0|^9 .0" ,
27
- "pestphp/pest" : " ^2 .0" ,
28
- "pestphp/pest-plugin-laravel" : " ^2 .0" ,
25
+ "larastan /larastan" : " ^3 .1" ,
26
+ "orchestra/testbench" : " ^9 .0|^10 .0" ,
27
+ "pestphp/pest" : " ^3 .0" ,
28
+ "pestphp/pest-plugin-laravel" : " ^3 .0" ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
30
- "phpstan/phpstan-deprecation-rules" : " ^1 .0" ,
31
- "phpstan/phpstan-phpunit" : " ^1 .0"
30
+ "phpstan/phpstan-deprecation-rules" : " ^2 .0" ,
31
+ "phpstan/phpstan-phpunit" : " ^2 .0"
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments