We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a008c commit d76570fCopy full SHA for d76570f
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
strategy:
75
fail-fast: false
76
matrix:
77
- php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
+ php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
78
79
name: Test / PHP ${{ matrix.php }}
80
0 commit comments