File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Setup PHP
19
- uses : shivammathur/setup-php@2.26.0
19
+ uses : shivammathur/setup-php@v2
20
20
with :
21
21
php-version : ${{ matrix.php }}
22
22
Original file line number Diff line number Diff line change @@ -10,12 +10,17 @@ jobs:
10
10
matrix :
11
11
os : [ ubuntu-latest ]
12
12
php : [ '8.1', '8.2', '8.3' ]
13
- laravel : [ 10.*, 9.* ]
13
+ laravel : [ 11.*, 10.*, 9.* ]
14
14
include :
15
+ - laravel : 11.*
16
+ testbench : 9.*
15
17
- laravel : 10.*
16
18
testbench : 8.*
17
19
- laravel : 9.*
18
20
testbench : 8.*
21
+ exclude :
22
+ - laravel : 11.*
23
+ php : 8.1
19
24
steps :
20
25
- name : Setup PHP
21
26
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 40
40
"cslant/telegram-git-notifier" : " ^v1.3"
41
41
},
42
42
"require-dev" : {
43
- "friendsofphp/php-cs-fixer" : " ^v3.37 " ,
43
+ "friendsofphp/php-cs-fixer" : " ^v3.0 " ,
44
44
"nunomaduro/collision" : " ^7.10" ,
45
- "nunomaduro/larastan" : " ^2.6 " ,
46
- "orchestra/testbench" : " ^8.14 " ,
47
- "pestphp/pest" : " ^2.24 " ,
45
+ "nunomaduro/larastan" : " ^2.9 " ,
46
+ "orchestra/testbench" : " ^8.0 " ,
47
+ "pestphp/pest" : " ^2.0 " ,
48
48
"phpstan/extension-installer" : " ^1.3" ,
49
49
"phpstan/phpstan-deprecation-rules" : " ^1.1" ,
50
50
"phpstan/phpstan-phpunit" : " ^1.3"
You can’t perform that action at this time.
0 commit comments