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