From 1f574a6c3ebf2e2ab9e21b2fcb1621770aa09423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albrecht=20K=C3=B6hnlein?= Date: Wed, 20 Sep 2023 20:57:29 +0200 Subject: [PATCH] Limit php-cs-sniffer to PHP < 8.2 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7da4851..f823fe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,8 +61,9 @@ jobs: composer test:php:lint - name: CGL - # causes some problems in this combination - if: ${{ matrix.composer-versions == 'v2' }} + # php-cs-sniffer causes some problems in this combination with composer 1 + # php-cs-sniffer does not support PHP 8.3 yet + if: ${{ matrix.composer-versions == 'v2' && matrix.php-versions != '8.3' }} run: | composer cgl