From 5052405dee4d3c5bf5bd640b22898d2aac392c16 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 2 Apr 2024 11:00:19 +0200 Subject: [PATCH] [TASK] Raise typo3/testing-framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes acceptance test database table fields being latin1 instead of utf8mb4. > composer u typo3/testing-framework Change-Id: If3cdb37cd57370237f3104031522baeb70b8b209 Resolves: #103517 Releases: main Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83635 Tested-by: core-ci <typo3@b13.com> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Stefan Bürk <stefan@buerk.tech> --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 6f0546682da4..a6991c9fd545 100644 --- a/composer.lock +++ b/composer.lock @@ -8750,12 +8750,12 @@ "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "35e0004405c0d73801ea3872c8a149b92903807f" + "reference": "b9c64f333e3c4fbbfb877713157fb8b1b2c621b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/35e0004405c0d73801ea3872c8a149b92903807f", - "reference": "35e0004405c0d73801ea3872c8a149b92903807f", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/b9c64f333e3c4fbbfb877713157fb8b1b2c621b5", + "reference": "b9c64f333e3c4fbbfb877713157fb8b1b2c621b5", "shasum": "" }, "require": { @@ -8815,7 +8815,7 @@ "issues": "https://github.com/TYPO3/testing-framework/issues", "source": "https://github.com/TYPO3/testing-framework/tree/main" }, - "time": "2024-03-20T22:45:33+00:00" + "time": "2024-04-02T09:28:18+00:00" } ], "aliases": [], -- GitLab