We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68db1c commit 39cc77cCopy full SHA for 39cc77c
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments