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