We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a1e27 commit 87cc984Copy full SHA for 87cc984
1 file changed
.github/workflows/lint.yml
@@ -24,9 +24,7 @@ jobs:
24
25
strategy:
26
matrix:
27
- # Lint against the highest/lowest supported versions of each PHP major.
28
- # And also do a run against "nightly" (the current dev version of PHP).
29
- php_version: ['8.0', '8.1', '8.2', '8.3', '8.4']
+ php_version: ['8.2', '8.3', '8.4']
30
31
name: "Lint: PHP ${{ matrix.php_version }}"
32
0 commit comments