File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
include :
14
14
- laravel : 8.*
15
15
testbench : ^6.17
16
+ larastan : ^1.0
16
17
- laravel : 9.*
17
18
testbench : ^7.6
19
+ larastan : ^2.0
18
20
os : [ubuntu-latest]
19
21
20
22
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
38
40
39
41
- name : Install dependencies
40
42
run : |
41
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
43
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/larastan:${{ matrix.larastan }}" --no-interaction --no-update
42
44
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
43
45
44
46
- name : Execute tests
You can’t perform that action at this time.
0 commit comments