Update run-tests.yml

This commit is contained in:
Marcel Pociot
2021-06-21 22:43:03 +02:00
committed by GitHub
parent 77e0b17151
commit 73d0421c88

View File

@@ -6,11 +6,11 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4, 8.0]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -33,4 +33,4 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit tests/Feature/Server/AdminTest.php