From 0fd63e172407c3c83997efb43279762fdf576521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Wed, 16 Oct 2024 10:26:15 +0200 Subject: [PATCH] [TASK] Use TYPO3 13.4+ and 13.4.x-dev after TYPO3 13 LTS release --- .github/workflows/ci-matrix.json | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-matrix.json b/.github/workflows/ci-matrix.json index b6c0299544..4c55b6afde 100644 --- a/.github/workflows/ci-matrix.json +++ b/.github/workflows/ci-matrix.json @@ -1,6 +1,6 @@ { "main": { "PHP": [ "8.2", "8.3" ], - "TYPO3": [ "dev-main" ] + "TYPO3": [ "13" ,"13.4.x-dev" ] } } diff --git a/composer.json b/composer.json index 0d2a119a74..3cb0ea16cf 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpunit/phpunit": "^11.4", "typo3/cms-fluid-styled-content": "*", "typo3/coding-standards": "v0.8.0", - "typo3/testing-framework": "dev-main#5787ec240dc634665e09fca500f307828dee07f1", + "typo3/testing-framework": "^9.0.1", "phpstan/phpstan": "^1.11", "phpstan/phpstan-phpunit": "^1.3" },