We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a329ca2 commit ad3043cCopy full SHA for ad3043c
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
25
strategy:
26
matrix:
27
- php_version: ['7.4', '8.2', '8.3', '8.4']
+ php_version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
28
29
name: "Lint: PHP ${{ matrix.php_version }}"
30
0 commit comments