From 8f40dc81b97b3e3c240d92e63e94ba74b3b3bf08 Mon Sep 17 00:00:00 2001 From: Christian Krzeminski Date: Wed, 19 Jun 2024 14:13:01 +0200 Subject: [PATCH] chore: typo3 testing framework --- .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 aa8f5f0..143d73a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,9 +38,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/testing-framework run: | - composer require --dev nimut/typo3-complete:${{ matrix.typo3 }} --no-progress + composer require --dev typo3/testing-framework --no-progress git checkout composer.json ln -nfs .Build/vendor/typo3/cms/typo3 typo3