Skip to content

Commit

Permalink
No longer allow PHP 8.3 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 1, 2024
1 parent 4383ae8 commit 9474772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.php-versions >= '8.3' }}
continue-on-error: ${{ matrix.php-versions >= '8.4' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9474772

Please sign in to comment.