Skip to content

Commit 550c407

Browse files
committed
GH Actions/lint: stop linting against PHP 8.2
The lint workflow in principle only lints against the high/low PHP version for each major (+ nightly) as the tests already run against all PHP versions anyway. What with the release of PHP 8.3, the linting against PHP 8.2 can now be removed.
1 parent 3d593db commit 550c407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
# Lint against the high/low versions of each PHP major + nightly.
23-
php: ['5.6', '7.0', '7.4', '8.0', '8.2', '8.3', '8.4']
23+
php: ['5.6', '7.0', '7.4', '8.0', '8.3', '8.4']
2424

2525
name: "Lint: PHP ${{ matrix.php }}"
2626
continue-on-error: ${{ matrix.php == '8.4' }}

0 commit comments

Comments
 (0)