Skip to content

Commit 3b33958

Browse files
committed
[TASK] Add more versions
1 parent 76c55c6 commit 3b33958

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

Build/Scripts/runTests.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ handleDbmsOptions() {
4646
exit 1
4747
fi
4848
[ -z "${DBMS_VERSION}" ] && DBMS_VERSION="10.2"
49-
if ! [[ ${DBMS_VERSION} =~ ^(10.2|10.3|10.4|10.5|10.6|10.7|10.8|10.9|10.10|10.11|11.0|11.1)$ ]]; then
49+
if ! [[ ${DBMS_VERSION} =~ ^(10.2|10.3|10.4|10.5|10.6|10.7|10.8|10.9|10.10|10.11|11.0|11.1|11.4|11.8)$ ]]; then
5050
echo "Invalid combination -d ${DBMS} -i ${DBMS_VERSION}" >&2
5151
echo >&2
5252
echo "Use \".Build/Scripts/runTests.sh -h\" to display help and valid options" >&2
@@ -62,7 +62,7 @@ handleDbmsOptions() {
6262
exit 1
6363
fi
6464
[ -z "${DBMS_VERSION}" ] && DBMS_VERSION="5.5"
65-
if ! [[ ${DBMS_VERSION} =~ ^(5.5|5.6|5.7|8.0)$ ]]; then
65+
if ! [[ ${DBMS_VERSION} =~ ^(5.5|5.6|5.7|8.0|8.4)$ ]]; then
6666
echo "Invalid combination -d ${DBMS} -i ${DBMS_VERSION}" >&2
6767
echo >&2
6868
echo "Use \".Build/Scripts/runTests.sh -h\" to display help and valid options" >&2
@@ -77,7 +77,7 @@ handleDbmsOptions() {
7777
exit 1
7878
fi
7979
[ -z "${DBMS_VERSION}" ] && DBMS_VERSION="10"
80-
if ! [[ ${DBMS_VERSION} =~ ^(10|11|12|13|14|15|16)$ ]]; then
80+
if ! [[ ${DBMS_VERSION} =~ ^(10|11|12|13|14|15|16|17|18)$ ]]; then
8181
echo "Invalid combination -d ${DBMS} -i ${DBMS_VERSION}" >&2
8282
echo >&2
8383
echo "Use \".Build/Scripts/runTests.sh -h\" to display help and valid options" >&2
@@ -212,19 +212,24 @@ Options:
212212
- 10.11 long-term, maintained until 2028-02
213213
- 11.0 development series
214214
- 11.1 short-term development series
215+
- 11.4 long-term, maintained until 2033-01
216+
- 11.8 long-term, maintained until 2033-10
215217
With "-d mysql":
216218
- 5.5 unmaintained since 2018-12 (default)
217219
- 5.6 unmaintained since 2021-02
218220
- 5.7 maintained until 2023-10
219221
- 8.0 maintained until 2026-04
222+
- 8.4 long-term, maintained until 2032-30
220223
With "-d postgres":
221224
- 10 unmaintained since 2022-11-10 (default)
222225
- 11 unmaintained since 2023-11-09
223226
- 12 maintained until 2024-11-14
224227
- 13 maintained until 2025-11-13
225228
- 14 maintained until 2026-11-12
226229
- 15 maintained until 2027-11-11
227-
- 16 maintained until 2028-11-09
230+
- 16 maintained until 2028-11-09 (default)
231+
- 17 maintained until 2029-11-08
232+
- 18 maintained until 2029-11-14
228233
229234
-t <11|12|13>
230235
Only with -s composerInstall|composerInstallMin|composerInstallMax

0 commit comments

Comments
 (0)