Skip to content

Commit 9c3aaa3

Browse files
authored
CI: run PHP 8.4 (#16)
1 parent 225ff12 commit 9c3aaa3

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
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: [ '8.1', '8.2', '8.3' ]
35+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
3636
doctrine-version: [ '^2.19', '^3.2' ]
3737
dependency-version: [ prefer-lowest, prefer-stable ]
3838
steps:

0 commit comments

Comments
 (0)