File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : ' 8.1 '
19
+ php-version : ' 8.3 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
23
23
uses : ramsey/composer-install@v3
24
24
25
25
- name : Run PHPStan
26
- run : ./vendor/bin/phpstan --error-format=github
26
+ run : ./vendor/bin/phpstan --error-format=github
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.3, 8.2]
13
- laravel : [9 .*, 10 .*]
13
+ laravel : [10 .*, 11 .*]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
16
- - laravel : 9.*
17
- testbench : 7.*
18
16
- laravel : 10.*
19
17
testbench : 8.*
18
+ - laravel : 11.*
19
+ testbench : 9.*
20
20
21
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
22
22
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^8.1" ,
26
- "illuminate/contracts" : " ^8.0|^9.0|^10.0" ,
27
- "illuminate/support" : " ^8.0|^9.0|^10.0" ,
28
- "illuminate/queue" : " ^8.0|^9.0|^10.0" ,
29
- "illuminate/bus" : " ^8.0|^9.0|^10.0" ,
26
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0 " ,
27
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0 " ,
28
+ "illuminate/queue" : " ^8.0|^9.0|^10.0|^11.0 " ,
29
+ "illuminate/bus" : " ^8.0|^9.0|^10.0|^11.0 " ,
30
30
"aws/aws-sdk-php" : " ^3.250"
31
31
},
32
32
"require-dev" : {
33
33
"laravel/pint" : " ^1.2" ,
34
- "nunomaduro/collision" : " ^6.3|^7.0" ,
34
+ "nunomaduro/collision" : " ^6.3|^7.0|^8.1 " ,
35
35
"nunomaduro/larastan" : " ^2.2" ,
36
- "orchestra/testbench" : " ^7.15|^8.0" ,
36
+ "orchestra/testbench" : " ^7.15|^8.0|^9.0 " ,
37
37
"phpstan/extension-installer" : " ^1.2" ,
38
38
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
39
- "phpunit/phpunit" : " ^9.5|^10.0"
39
+ "phpunit/phpunit" : " ^9.5|^10.0|^11.0 "
40
40
},
41
41
"autoload" : {
42
42
"psr-4" : {
You can’t perform that action at this time.
0 commit comments