From 809186dbe0e08658bf4b8d9aa94c472fe67eeb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Sat, 19 Nov 2022 07:15:14 +0100 Subject: [PATCH] ci: Check only PHP 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- .github/workflows/feature.yaml | 2 +- tests/phpunit.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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