Skip to content

Commit 87cc984

Browse files
committed
Addition to previous commit
1 parent 02a1e27 commit 87cc984

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424

2525
strategy:
2626
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']
27+
php_version: ['8.2', '8.3', '8.4']
3028

3129
name: "Lint: PHP ${{ matrix.php_version }}"
3230

0 commit comments

Comments
 (0)