We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6378d6b commit 1148488Copy full SHA for 1148488
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
continue-on-error: ${{ !matrix.stable }}
30
strategy:
31
matrix:
32
- php: ['8.0', 8.1', '8.2', '8.3']
+ php: ['8.0', '8.1', '8.2', '8.3','8.4']
33
stable: [true]
34
coverage: [true]
35
composer-flags: ['']
0 commit comments