From 20e0013a779411b6c3b214dc948a858bfd1cd5ee Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 12 Apr 2024 11:35:17 +0200 Subject: [PATCH] Continue on error for PHP 8.4 in functional tests Follow-up to #98 / e55c2bf0fcac6df6b4297f53c975fb9360a9ad1f --- .github/workflows/reusable-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index f13b05d..cb600f0 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -309,7 +309,7 @@ jobs: matrix: ${{ fromJson(needs.prepare-functional.outputs.matrix) }} runs-on: ubuntu-20.04 - continue-on-error: ${{ matrix.dbtype == 'sqlite' }} + continue-on-error: ${{ matrix.dbtype == 'sqlite' || matrix.php == '8.4' }} steps: - name: Check out source code