mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[TASK] Make TYPO3 12LTS the default in runTests.sh (#1103)

Fixes #1102
This commit is contained in:
Oliver Klee 2024-01-03 19:06:06 +01:00 committed by GitHub
parent f27ccd9ae5
commit e773ca9dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"