From a4e82c9801f2504d4a6338af81c1fcac1caf3247 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 25 Nov 2023 10:10:05 +0100 Subject: [PATCH] fix GitHub workflows --- .github/workflows/unit-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 3dd27a6a3503b..9bd1a919135b0 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -194,8 +194,6 @@ jobs: echo "$COMPONENTS" | xargs -n1 | parallel -j +3 "_run_tests {} 'cd {} && $COMPOSER_UP && $PHPUNIT$LEGACY'" || X=1 # get a list of the patched components (relies on .github/build-packages.php being called in the previous step) - (cd src/Symfony/Component/HttpFoundation; mv composer.bak composer.json) - (cd src/Symfony/Component/Lock; mv composer.bak composer.json) PATCHED_COMPONENTS=$(git diff --name-only src/ | grep composer.json || true) # for 6.4 LTS, checkout and test previous major with the patched components (only for patched components) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy