File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11
11
name : PHPStan
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ jobs:
15
15
fail-fast : true
16
16
matrix :
17
17
os : [ubuntu-latest]
18
- php : [8.2]
19
- laravel : [10.*]
18
+ php : [8.2, 8.3 ]
19
+ laravel : [10.*, 11.* ]
20
20
stability : [prefer-lowest, prefer-stable]
21
21
include :
22
22
- laravel : 10.*
23
23
testbench : 8.*
24
+ - laravel : 11.*
25
+ testbench : 9.*
24
26
25
27
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
28
27
29
steps :
28
30
- name : Checkout code
29
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
30
32
31
33
- name : Setup PHP
32
34
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.2" ,
20
- "spatie/laravel-package-tools" : " ^1.14.1 " ,
21
- "illuminate/contracts" : " ^10.0"
20
+ "spatie/laravel-package-tools" : " ^1.16 " ,
21
+ "illuminate/contracts" : " ^10.0 || ^11.0 "
22
22
},
23
23
"require-dev" : {
24
- "nunomaduro/collision" : " ^7.0" ,
25
- "nunomaduro /larastan" : " ^2.5.1 " ,
26
- "orchestra/testbench" : " ^8.0.8" ,
27
- "pestphp/pest" : " ^2.0 " ,
28
- "pestphp/pest-plugin-laravel" : " ^2.0 " ,
29
- "worksome/coding-style" : " ^2.5 "
24
+ "nunomaduro/collision" : " ^7.0 || ^8.1 " ,
25
+ "larastan /larastan" : " ^2.6 " ,
26
+ "orchestra/testbench" : " ^8.0.8 || ^9.0 " ,
27
+ "pestphp/pest" : " ^2.33 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^2.2 " ,
29
+ "worksome/coding-style" : " ^2.8 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments