From 7e5a595fa2e2203a7648856a526fd2dcec09966c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Fri, 7 Apr 2023 01:23:09 +0200 Subject: [PATCH] Remove `continiue-on-error` for php 8.2 --- .github/workflows/reusable-testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 52d2a15..50ee304 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -65,7 +65,6 @@ jobs: - name: Run PHPUnit if: steps.check_files.outputs.files_exists == 'true' - continue-on-error: ${{ matrix.php == '8.2' }} run: composer phpunit functional: #---------------------------------------------------------------------- @@ -185,7 +184,6 @@ jobs: - name: Run Behat if: steps.check_files.outputs.files_exists == 'true' - continue-on-error: ${{ matrix.php == '8.2' }} env: WP_VERSION: '${{ matrix.wp }}' run: composer behat || composer behat-rerun