Loading .github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.3', '7.4', '8.0', '8.1'] php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] name: php${{ matrix.php-versions }} lint steps: - name: Checkout Loading Loading
.github/workflows/lint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.3', '7.4', '8.0', '8.1'] php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] name: php${{ matrix.php-versions }} lint steps: - name: Checkout Loading