From b6ef8713355c2e3dc159c17581f4df874f166b50 Mon Sep 17 00:00:00 2001 From: puresyntax71 <34715246+puresyntax71@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:35:30 +0800 Subject: [PATCH] Minor update. --- .github/workflows/phpcs.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 2fbbbbde..eefe9c12 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -9,16 +9,8 @@ jobs: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@verbose with: - php-version: 8.1 + php-version: 8.3 coverage: none tools: composer:v2, cs2pr, dealerdirect/phpcodesniffer-composer-installer:*, drupal/coder - - name: Get composer cache directory - id: composercache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" - - uses: actions/cache@v2 - with: - path: ${{ steps.composercache.outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} - restore-keys: ${{ runner.os }}-composer- - name: Detect coding standard violations run: phpcs -q --report=checkstyle | cs2pr