From c4458c594b42bf75fd9ea5a761b4edac79c08777 Mon Sep 17 00:00:00 2001 From: "Jens A. Koch" Date: Wed, 26 Jun 2024 02:52:07 +0200 Subject: [PATCH] drop composer diagnose --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd90aaf..15712f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,7 @@ jobs: run: find . -path ./vendor -prune -o -type f -name '*.php' ! -name "test_with_parse_error.php" -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" ) - name: Update Composer - run: | - composer self-update - composer diagnose + run: composer self-update - name: Install Composer dependencies run: composer install --no-progress --prefer-dist --optimize-autoloader