X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fci%2Fvm.sh;h=6e7493a671fb7e61fc8cd596a6ae56fc5309eb39;hb=e6e1579cece03e00e0b0c931f43694c90357aa4f;hp=d688514ad8c23696b6c834afd1de89b6d4f9e8b7;hpb=06f68009ebdc123aa242f849d01f5d6cbc043726;p=plcapi.git diff --git a/tests/ci/vm.sh b/tests/ci/vm.sh index d688514..6e7493a 100755 --- a/tests/ci/vm.sh +++ b/tests/ci/vm.sh @@ -6,7 +6,7 @@ set -e ACTION="${1}" -# Valid values: 'default', 5.6, 7.0 .. 7.4, 8.0 +# Valid values: 'default', 5.6, 7.0 .. 7.4, 8.0 .. 8.1 export PHP_VERSION=${PHP_VERSION:-default} # Valid values: precise (12), trusty (14), xenial (16), bionic (18), focal (20) # We default to the same version we use on Travis @@ -42,7 +42,7 @@ Options: -h print help Environment variables: to be set before the 'build' action - PHP_VERSION default value: 'default', ie. the stock php version from the Ubuntu version in use. Other possible values: 7.0 .. 8.0 + PHP_VERSION default value: 'default', ie. the stock php version from the Ubuntu version in use. Other possible values: 5.6, 7.0 .. 8.1 UBUNTU_VERSION default value: xenial. Other possible values: bionic, focal " }