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