We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225ff12 commit 9c3aaa3Copy full SHA for 9c3aaa3
.github/workflows/checks.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- php-version: [ '8.1', '8.2', '8.3' ]
+ php-version: [ '8.1', '8.2', '8.3', '8.4' ]
36
doctrine-version: [ '^2.19', '^3.2' ]
37
dependency-version: [ prefer-lowest, prefer-stable ]
38
steps:
0 commit comments