We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bab1d commit 97c16e0Copy full SHA for 97c16e0
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Run Linters
35
run: composer run-script lint
36
+ # lint will fail for older PHP versions, so only run it on the newest version
37
+ if: matrix.php == "8.5"
38
39
- name: Run Tests
40
run: composer run-script test
0 commit comments