From d87929ef78fd666a1244f0dea209917941eadf53 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Wed, 11 Dec 2024 21:15:51 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55db670..16e416a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,9 +57,9 @@ jobs: pwd ls -la .. ls -la ../neos-seo - git -C ../${{ env.PACKAGE_FOLDER }} checkout -b build + git -C ../${{ env.PACKAGE_FOLDER }} checkout -b ${PACKAGE_TARGET_VERSION} composer config repositories.package '{ "type": "path", "url": "../${{ env.PACKAGE_FOLDER }}", "options": { "symlink": false } }' - composer require --no-update --no-interaction neos/seo:"dev-build as dev-${PACKAGE_TARGET_VERSION}" + composer require --no-update --no-interaction neos/seo:"dev-${PACKAGE_TARGET_VERSION}" composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10 cat composer.json