Skip to content
Snippets Groups Projects
Commit b851f3ea authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Add runTest.sh support for more MariaDB and PostgreSQL versions

New versions for MariaDB and PostgreSQL has been released
in the meanwhile, which falls into the supported range.

Also not considered for automated testing yet, support
to run it them at least locally on development machines
should be added.

This patch adds following versions:

* MariaDB version '10.6' and '10.7' for argument '-i'
* PostgreSQL version '14' for argument '-k'

Missed removing of no longer availabe versions in the
runTests.sh help text is done as side cleanup.

Example commands:

> Build/Scripts/runTests.sh -s functional -d mariadb -i 10.6
> Build/Scripts/runTests.sh -s functional -d mariadb -i 10.7
> Build/Scripts/runTests.sh -s functional -d postgres -k 14

Resolves: #97464
Releases: main, 11.5
Change-Id: I096905c49979395f6b53e40edd692f690dadbfe4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74383


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 8c1cf639
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment