diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c5f117928..27359b0fb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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' }}