From 62a188ce2192e6b3b7a2019c26c5001778818b83 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 11 Sep 2021 23:20:34 +0200 Subject: [PATCH] Run PHPCS on PHP 8 (#1400) --- .github/workflows/coding-standards.yml | 2 +- phpcs.xml.dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 3ace4e55e..87eef8757 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "7.4" + - "8.0" steps: - name: "Checkout" diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 85bc70261..2d773fac2 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -9,13 +9,13 @@ + + . vendor/* - -