From 55fb1fac4140b44a5c1f5562aaf9576f79115468 Mon Sep 17 00:00:00 2001 From: Burhan Nasir Date: Thu, 16 Jan 2025 17:30:51 +0500 Subject: [PATCH] Update phpcs --- .github/workflows/lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 560a23d..c06c7d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,10 +48,6 @@ jobs: phpcs: name: PHP Lint runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - php: ['7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout @@ -68,4 +64,4 @@ jobs: run: composer install - name: PHPCS check - run: "./vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion ${{ matrix.php }}- | cs2pr" + run: './vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion 5.6- | cs2pr'