From 0186af0a09c59312a10168130becce8ce1cc547d Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Fri, 12 Jul 2024 13:43:40 +0200 Subject: [PATCH] TASK: Fix CI --- .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 48a7d97..a603885 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: run: | git clone https://github.com/neos/flow-base-distribution.git -b "${FLOW_TARGET_VERSION}" "${FLOW_FOLDER}" cd ${FLOW_FOLDER} - composer require --no-update --no-interaction neos/redirecthandler-databasestorage:"dev-build as dev-${PACKAGE_TARGET_VERSION}" + composer require --no-update --no-interaction neos/redirecthandler-databasestorage:"dev-build as dev-${PACKAGE_TARGET_VERSION}.x-dev" - name: Install distribution run: |