Skip to content

Commit ca963b7

Browse files
committed
Test 8.4 (allow errors) and no longer allow errors on 8.3.
1 parent 092b97b commit ca963b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php: [ '8.2', '8.1', '8.0', '7.4' ]
21+
php: [ '8.4', '8.3', '8.2', '8.1', '8.0', '7.4' ]
2222

2323
continue-on-error: ${{ matrix.php == '8.4' }}
2424

0 commit comments

Comments
 (0)