We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abaac5 commit 2576ce6Copy full SHA for 2576ce6
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
if: "!contains(github.event.head_commit.message, 'skip ci')"
12
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
- continue-on-error: ${{ matrix.php-versions >= '8.3' }}
+ continue-on-error: ${{ matrix.php-versions >= '8.4' }}
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments