File tree Expand file tree Collapse file tree 4 files changed +607
-476
lines changed Expand file tree Collapse file tree 4 files changed +607
-476
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 @@ -14,11 +14,11 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.3, 8.4]
17
- laravel : [11 .*]
17
+ laravel : [12 .*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 11 .*
21
- testbench : 9 .*
20
+ - laravel : 12 .*
21
+ testbench : 10 .*
22
22
23
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
24
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.3|^8.4" ,
20
- "illuminate/contracts" : " ^11 .0" ,
20
+ "illuminate/contracts" : " ^12 .0" ,
21
21
"spatie/laravel-package-tools" : " ^1.9.2"
22
22
},
23
23
"require-dev" : {
24
24
"larastan/larastan" : " ^3.0" ,
25
25
"nunomaduro/collision" : " ^8.1" ,
26
- "orchestra/testbench" : " ^9 .0" ,
26
+ "orchestra/testbench" : " ^10 .0" ,
27
27
"pestphp/pest" : " ^3.0" ,
28
28
"pestphp/pest-plugin-laravel" : " ^3.0" ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments