diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 16e416a..251d6b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: ls -la ../neos-seo 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-${PACKAGE_TARGET_VERSION}" + composer require --no-update --no-interaction neos/seo:@dev composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10 cat composer.json