Skip to content

Commit

Permalink
Merge pull request #856 from WordPress/feature/ghactions-lint-stop-li…
Browse files Browse the repository at this point in the history
…nting-8.2
  • Loading branch information
schlessera authored Jan 8, 2024
2 parents ff5ed5c + 550c407 commit 3a35fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
# Lint against the high/low versions of each PHP major + nightly.
php: ['5.6', '7.0', '7.4', '8.0', '8.2', '8.3', '8.4']
php: ['5.6', '7.0', '7.4', '8.0', '8.3', '8.4']

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

0 comments on commit 3a35fa1

Please sign in to comment.