File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 2020 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2121
2222 steps :
23- - name : Update apt
24- run : sudo apt-get update --fix-missing
25-
2623 - name : Checkout code
2724 uses : actions/checkout@v2
2825
3633 - name : Install dependencies
3734 run : |
3835 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
4037 - name : Execute tests
4138 run : vendor/bin/phpunit
39+
4240 run-tests-l6 :
4341 runs-on : ubuntu-latest
4442 strategy :
5452 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
5553
5654 steps :
57- - name : Update apt
58- run : sudo apt-get update --fix-missing
59-
6055 - name : Checkout code
6156 uses : actions/checkout@v2
6257
7065 - name : Install dependencies
7166 run : |
7267 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
7469 - name : Execute tests
7570 run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments