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 16
16
matrix :
17
17
os : [ubuntu-latest, windows-latest]
18
18
php : [8.2]
19
- laravel : [9.*]
19
+ laravel : [9.*, 10.* ]
20
20
stability : [prefer-lowest, prefer-stable]
21
+ include :
22
+ - laravel : 9.*
23
+ testbench : 7.*
24
+ - laravel : 10.*
25
+ testbench : 8.*
21
26
22
27
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
23
28
39
44
40
45
- name : Install dependencies
41
46
run : |
42
- composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ansi
47
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
48
+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction
43
49
44
50
- name : Execute tests
45
51
run : composer test:unit
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.2" ,
20
20
"google/cloud-translate" : " ^1.12" ,
21
- "illuminate/support" : " ^9.46" ,
22
- "spatie/laravel-package-tools" : " ^1.11.3 "
21
+ "illuminate/support" : " ^9.46|^10.0 " ,
22
+ "spatie/laravel-package-tools" : " ^1.14.1 "
23
23
},
24
24
"require-dev" : {
25
25
"guzzlehttp/guzzle" : " ^7.4" ,
26
26
"nunomaduro/collision" : " ^6.0" ,
27
- "nunomaduro/larastan" : " ^2.2 " ,
28
- "orchestra/testbench" : " ^7.0" ,
27
+ "nunomaduro/larastan" : " ^2.4 " ,
28
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
29
29
"pestphp/pest" : " ^1.21" ,
30
- "pestphp/pest-plugin-laravel" : " ^1.2 " ,
30
+ "pestphp/pest-plugin-laravel" : " ^1.4 " ,
31
31
"pestphp/pest-plugin-parallel" : " ^1.0" ,
32
- "spatie/laravel-ray" : " ^1.29" ,
33
32
"worksome/coding-style" : " ^2.3.2" ,
34
33
"worksome/pest-plugin-silence" : " ^0.1"
35
34
},
You can’t perform that action at this time.
0 commit comments