File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : true
11
11
matrix :
12
12
php : [7.4, 7.3, 7.2, 7.1]
13
+ laravel : [7.*, 6.*, 5.8.*]
13
14
dependency-version : [prefer-lowest, prefer-stable]
14
15
os : [ubuntu-latest, windows-latest]
16
+ include :
17
+ - laravel : 7.*
18
+ testbench : 5.*
19
+ - laravel : 6.*
20
+ testbench : 4.*
21
+ - laravel : 5.8.*
22
+ testbench : 3.8.*
15
23
16
24
name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
17
25
34
42
35
43
- name : Install dependencies
36
44
run : |
45
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
37
46
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
38
47
39
48
- name : Execute tests
You can’t perform that action at this time.
0 commit comments