diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 7e248547..e47c0263 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [ ubuntu-latest ] - php: [ '7.4', '8' ] + php: [ '8' ] name: Build & Test ${{ matrix.php }}/${{ matrix.platform }} runs-on: ${{ matrix.platform }} # env: diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 8d80bd9c..d17ec9a4 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -23,6 +23,7 @@ --> + stopOnFailure="true"> ../lib/SP