From 59bab8e04c6e8cd5acac49fb0a9dfbec74e136d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Wed, 28 May 2025 22:54:21 +0200 Subject: [PATCH] Cleanup CI config --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69e2497c..b005b900 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -124,10 +124,7 @@ jobs: - run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }} - if: matrix.install-phpunit-12 - run: | - composer apply-php_unit_attributes - - - run: composer show | grep php-cs-fixer + run: composer apply-php_unit_attributes - run: ./vendor/bin/phpunit ${{ matrix.phpunit-flags }} env: