From c69a2b14708091961c6f1e323a37ccfc87c015ab Mon Sep 17 00:00:00 2001 From: "thomas.layh" Date: Mon, 1 Jul 2024 13:27:57 +0200 Subject: [PATCH] chore: prepare for TYPO3_v12 - update github actions - fix typo --- .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 0de79d8..6fe97e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,9 +54,9 @@ jobs: - name: Validate composer.json and composer.lock run: composer validate - - name: Install dependencies with typo/cms-core:${{ matrix.typo3 }} + - name: Install dependencies with typo3/cms-core:${{ matrix.typo3 }} run: | - composer require --dev typo/cms-core:${{ 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