File tree 3 files changed +8
-11
lines changed 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 23
23
uses : ramsey/composer-install@v2
24
24
25
25
- name : Run PHPStan
26
- run : ./vendor/bin/phpstan analyse src --error-format=github
26
+ run : ./vendor/bin/phpstan analyse src --error-format=github
Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ ubuntu-latest, windows-latest ]
16
16
php : [ 8.2, 8.3 ]
17
- laravel : [ 10 .* ]
17
+ laravel : [ 11 .* ]
18
18
stability : [ prefer-lowest, prefer-stable ]
19
- include :
20
- - laravel : 10.*
21
- testbench : 8.*
22
19
23
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
21
40
37
41
38
- name : Install dependencies
42
39
run : |
43
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
44
41
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
42
46
43
- name : Set phpunit.xml
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^ 8.2" ,
21
+ "php" : " >= 8.2" ,
22
22
"guzzlehttp/guzzle" : " ^7.8" ,
23
- "illuminate/contracts" : " ^10 .0" ,
23
+ "illuminate/contracts" : " ^11 .0" ,
24
24
"saloonphp/laravel-plugin" : " ^3.2" ,
25
25
"saloonphp/saloon" : " ^3.4" ,
26
26
"saloonphp/cache-plugin" : " ^3.0" ,
27
27
"spatie/laravel-package-tools" : " ^1.16"
28
28
},
29
29
"require-dev" : {
30
30
"laravel/pint" : " ^1.13" ,
31
- "nunomaduro/collision" : " ^7.10 " ,
32
- "nunomaduro /larastan" : " ^2.8" ,
31
+ "nunomaduro/collision" : " ^8.1 " ,
32
+ "larastan /larastan" : " ^2.8" ,
33
33
"pestphp/pest" : " ^2.31" ,
34
- "orchestra/testbench" : " ^8.20 " ,
34
+ "orchestra/testbench" : " ^9.0 " ,
35
35
"pestphp/pest-plugin-laravel" : " ^2.2" ,
36
36
"pestphp/pest-plugin-arch" : " ^2.6" ,
37
37
"phpstan/extension-installer" : " ^1.3" ,
You can’t perform that action at this time.
0 commit comments