Skip to content

Commit 17e2768

Browse files
authored
CI: run PHP 8.4 (#113)
1 parent e13e446 commit 17e2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
php-version: [ '8.1', '8.2', '8.3' ]
36+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
3737
dependency-version: [ prefer-lowest, prefer-stable ]
3838
steps:
3939
-

0 commit comments

Comments
 (0)