Commit 175fe83 1 parent 78af711 commit 175fe83 Copy full SHA for 175fe83
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.1, 8.2]
13
- laravel : [9.*]
13
+ laravel : [9.*, 10.* ]
14
14
stability : [prefer-stable]
15
15
include :
16
16
- laravel : 9.*
17
17
testbench : 7.*
18
+ illuminate-contracts : 9.*
19
+ - laravel : 10.*
20
+ testbench : 8.*
21
+ illuminate-contracts : 10.*
18
22
19
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
24
36
40
37
41
- name : Install dependencies
38
42
run : |
39
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
43
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "illuminate/contracts:${{ matrix.illuminate-contracts }}" --no-interaction --no-update --dev
40
44
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
41
45
42
46
- name : Execute tests
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.1" ,
21
21
"guzzlehttp/guzzle" : " ^7.4" ,
22
- "illuminate/contracts" : " ^9.0" ,
23
- "laravel/pint" : " ^1.2.1" ,
22
+ "illuminate/contracts" : " ^9.0|^10.0" ,
24
23
"nunomaduro/termwind" : " ^1.10" ,
25
24
"phpmd/phpmd" : " ^2.12" ,
26
25
"spatie/laravel-package-tools" : " ^1.9.2"
27
26
},
28
27
"require-dev" : {
28
+ "laravel/pint" : " ^1.2.1" ,
29
29
"nunomaduro/collision" : " ^6.0" ,
30
30
"nunomaduro/larastan" : " ^2.2.0" ,
31
31
"orchestra/testbench" : " ^7.0" ,
32
32
"pestphp/pest" : " ^1.21" ,
33
33
"pestphp/pest-plugin-faker" : " ^1.0" ,
34
- "pestphp/pest-plugin-laravel" : " ^1.1" ,
34
+ "pestphp/pest-plugin-laravel" : " ^1.1|^2.0 " ,
35
35
"phpstan/extension-installer" : " ^1.1" ,
36
36
"phpstan/phpstan" : " ^1.8" ,
37
37
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments