Commit 3c04f37 1 parent b841feb commit 3c04f37 Copy full SHA for 3c04f37
File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,19 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- laravel : [9.*, 10.*]
16
+ laravel : [9.*, 10.*, 11.* ]
17
17
php : [8.1, 8.2, 8.3]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 9.*
21
21
testbench : 7.*
22
22
- laravel : 10.*
23
23
testbench : 8.*
24
+ - laravel : 11.*
25
+ testbench : 9.*
26
+ exclude :
27
+ - laravel : 11.*
28
+ php : 8.1
24
29
25
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
31
42
47
43
48
- name : Install dependencies
44
49
run : |
45
- composer remove larastan/larastan tomasvotruba/bladestan --dev --no-interaction --no-update --ignore-platform-reqs
46
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:2.62.1" --no-interaction --no-update --ignore-platform-reqs
50
+ composer remove larastan/larastan tomasvotruba/bladestan rector/rector infection/infection --dev --no-interaction --no-update --ignore-platform-reqs
51
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
47
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
48
53
49
54
- name : Execute tests
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
20
"spatie/laravel-package-tools" : " ^1.9.2" ,
21
- "illuminate/contracts" : " ^9.0| ^10.0"
21
+ "illuminate/contracts" : " ^9.0 || ^10.0 || ^11 .0"
22
22
},
23
23
"require-dev" : {
24
24
"infection/infection" : " ^0.26.13" ,
25
25
"larastan/larastan" : " ^2.8" ,
26
26
"laravel/pint" : " ^v1.4.1" ,
27
- "nunomaduro/collision" : " ^6.0|^7 .0" ,
27
+ "nunomaduro/collision" : " ^6.0 || ^7.0 || ^8 .0" ,
28
28
"nunomaduro/phpinsights" : " ^2.6" ,
29
- "orchestra/testbench" : " ^7.0| ^8.0" ,
30
- "pestphp/pest" : " ^1.22| ^2.0" ,
31
- "pestphp/pest-plugin-laravel" : " ^1.1|^2 .0" ,
29
+ "orchestra/testbench" : " ^7.0 || ^8.0" ,
30
+ "pestphp/pest" : " ^1.22 || ^2.0" ,
31
+ "pestphp/pest-plugin-laravel" : " ^1.1 || ^2.0 || ^3 .0" ,
32
32
"phpstan/extension-installer" : " ^1.1" ,
33
33
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
34
34
"phpstan/phpstan-phpunit" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments