File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 20
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
21
22
22
steps :
23
- - name : Update apt
24
- run : sudo apt-get update --fix-missing
25
-
26
23
- name : Checkout code
27
24
uses : actions/checkout@v2
28
25
36
33
- name : Install dependencies
37
34
run : |
38
35
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
39
- composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
36
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
40
37
- name : Execute tests
41
38
run : vendor/bin/phpunit
39
+
42
40
run-tests-l6 :
43
41
runs-on : ubuntu-latest
44
42
strategy :
54
52
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
55
53
56
54
steps :
57
- - name : Update apt
58
- run : sudo apt-get update --fix-missing
59
-
60
55
- name : Checkout code
61
56
uses : actions/checkout@v2
62
57
70
65
- name : Install dependencies
71
66
run : |
72
67
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
73
- composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
68
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
74
69
- name : Execute tests
75
70
run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments