From 61018359c7cdc653d93b1704c106991d98459836 Mon Sep 17 00:00:00 2001 From: amiabot Date: Thu, 16 Nov 2023 21:21:12 +0000 Subject: [PATCH] Update: synced local '.github/workflows/phpcs.yml' with remote 'workflows/phpcs-default.yml' --- .github/workflows/phpcs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index f09cdfa..375053a 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -1,4 +1,4 @@ -name: PHP_CodeSniffer +name: PHPCS (Default) on: pull_request @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.2' coverage: none tools: composer, cs2pr