2
0
forked from Wavyzz/dolibarr

Add migration to 21 in win ci

This commit is contained in:
Laurent Destailleur
2024-06-26 16:50:07 +02:00
parent 22b50b2172
commit b113a386b5

View File

@@ -197,6 +197,7 @@ if [ "$load_cache" != "1" ] ; then
VERSIONS+=("5.0.0" "6.0.0" "7.0.0" "8.0.0" "9.0.0")
VERSIONS+=("10.0.0" "11.0.0" "12.0.0" "13.0.0" "14.0.0")
VERSIONS+=("15.0.0" "16.0.0" "18.0.0" "19.0.0" "20.0.0")
VERSIONS+=("21.0.0")
pVer=${VERSIONS[0]}
for v in "${VERSIONS[@]:1}" ; do
LOGNAME="${TRAVIS_BUILD_DIR}/upgrade${pVer//./}${v//./}"