File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
16
php : [8.0, 8.1]
17
- laravel : [^9.7 ]
17
+ laravel : ["9.x" ]
18
18
stability : [prefer-lowest, prefer-stable]
19
- include :
20
- - testbench : 7.*
21
- laravel : ^9.7
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 }}" --dev --no-interaction --no-update
44
41
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
42
46
43
- name : Execute tests
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
+ "illuminate/support" : " ^9.7" ,
20
21
"michael-rubel/laravel-formatters" : " ^6.1" ,
21
22
"phpmath/bignumber" : " ^1.2" ,
22
23
"spatie/laravel-package-tools" : " ^1.12"
25
26
"nunomaduro/collision" : " ^6.0" ,
26
27
"nunomaduro/larastan" : " ^2.2" ,
27
28
"phpunit/phpunit" : " ^9.5" ,
28
- "orchestra/testbench" : " ^7.0 " ,
29
+ "orchestra/testbench" : " ^7.4 " ,
29
30
"brianium/paratest" : " ^6.3" ,
30
31
"mockery/mockery" : " ^1.4.4" ,
31
32
"roave/backward-compatibility-check" : " ^7.0" ,
You can’t perform that action at this time.
0 commit comments