From ec4030cfc8e25233f42e84672be0728e5fb9ca4e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 22 Aug 2023 08:19:59 +0200 Subject: [PATCH] GH Actions: tweak coding standards workflow The PHPCS run can now be run on the latest PHP version as all known PHP 8.x compatibility issues have been fixed. --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 50190ae045045..54dab702baba6 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -75,7 +75,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 with: - php-version: '7.4' + php-version: 'latest' coverage: none tools: cs2pr