From e773ca9dca64201d6414c082762e9adbc9a679ce Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 3 Jan 2024 19:06:06 +0100 Subject: [PATCH] [TASK] Make TYPO3 12LTS the default in `runTests.sh` (#1103) Fixes #1102 --- Build/Scripts/runTests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 62723b0..6d6cfae 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -210,8 +210,8 @@ Options: -t <11.5|12.4> Only with -s composerInstall|composerInstallMin|composerInstallMax Specifies the TYPO3 CORE Version to be used - - 11: (default) use TYPO3 v11 with typo3/cms-composer-installers ^3 - - 12: use TYPO3 v12 with typo3/cms-composer-installers ^5 + - 11.5: use TYPO3 v11 with typo3/cms-composer-installers ^3 + - 12.4: (default) use TYPO3 v12 with typo3/cms-composer-installers ^5 -p <7.4|8.0|8.1|8.2|8.3> Specifies the PHP minor version to be used @@ -294,7 +294,7 @@ ROOT_DIR="${PWD}" # Option defaults TEST_SUITE="unit" -CORE_VERSION="11.5" +CORE_VERSION="12.4" DBMS="sqlite" DBMS_VERSION="" PHP_VERSION="8.1"