We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c25052 commit 7286ce0Copy full SHA for 7286ce0
.github/workflows/coding-standards.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- php: [5.6, 7.4, '8.0', 8.1, 8.2, 8.3]
+ php: [5.6, 7.4, '8.0', 8.1, 8.2, 8.3, 8.4]
20
21
name: PHP ${{ matrix.php }}
22
0 commit comments