Skip to content

Commit 2576ce6

Browse files
committed
No longer allow PHP 8.3 to fail
1 parent 7abaac5 commit 2576ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.php-versions >= '8.3' }}
14+
continue-on-error: ${{ matrix.php-versions >= '8.4' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)