Skip to content

Commit

Permalink
Continue on error for PHP 8.4 in functional tests
Browse files Browse the repository at this point in the history
Follow-up to #98 / e55c2bf
  • Loading branch information
swissspidy committed Apr 12, 2024
1 parent e55c2bf commit 20e0013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-testing.yml
Expand Up @@ -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
Expand Down

0 comments on commit 20e0013

Please sign in to comment.