From 28cf890a90759363eb41a471c92cf6abeb76dcf9 Mon Sep 17 00:00:00 2001 From: Clemens Queissner Date: Tue, 20 Aug 2024 13:51:49 +0200 Subject: [PATCH] chore: CD-319266 Fixed pipeline config --- .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 360d06f..565a769 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -37,9 +37,9 @@ jobs: - name: Validate composer.json and composer.lock run: composer validate - - name: Install dependencies with nimut/typo3-complete:${{ matrix.typo3 }} + - name: Install dependencies with typo3/cms-core:${{ matrix.typo3 }} run: | - composer require --dev nimut/typo3-complete:${{ matrix.typo3 }} --no-progress + composer require --dev typo3/cms-core:${{ matrix.typo3 }} --no-progress git checkout composer.json ln -nfs .Build/vendor/typo3/cms/typo3 typo3