From 66307f9056c64d4ad23f436788dc544f00c8e481 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Wed, 11 Dec 2024 20:47:09 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49eb763..0b5b66f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: git clone --depth 1 --branch ${{ matrix.neos-version }} https://github.com/neos/neos-development-distribution.git ${FLOW_PATH_ROOT} cd ${FLOW_PATH_ROOT} composer config --no-plugins allow-plugins.neos/composer-plugin true - composer config repositories.package '{ "type": "path", "url": "../neos-seo", "options": { "symlink": false } }' + composer config repositories.package '{ "type": "path", "url": "../neos-seo", "options": { "symlink": false }, "canonical": false }' composer require --no-update --no-interaction neos/seo:"dev-build as dev-${PACKAGE_TARGET_VERSION}" composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10 cat composer.json