Update run-tests.yml
This commit is contained in:
parent
bf0986bcda
commit
21f1349bef
|
|
@ -15,10 +15,6 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- laravel: 8.*
|
- laravel: 8.*
|
||||||
testbench: 6.*
|
testbench: 6.*
|
||||||
php: 7.3
|
|
||||||
- laravel: 8.*
|
|
||||||
testbench: 6.*
|
|
||||||
php: 7.4
|
|
||||||
- laravel: 7.*
|
- laravel: 7.*
|
||||||
testbench: 5.*
|
testbench: 5.*
|
||||||
- laravel: 6.*
|
- laravel: 6.*
|
||||||
|
|
@ -45,8 +41,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
|
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
|
||||||
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
|
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
|
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue