make sure unzip is available for composer in the test vm; mention support of ubuntu...
authorgggeek <giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:45:45 +0000 (10:45 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:45:45 +0000 (10:45 +0000)
tests/ci/setup/install_packages.sh
tests/ci/vm.sh

index b22f398..5ebcac0 100755 (executable)
@@ -5,4 +5,4 @@
 set -e
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y \
-    lsb-release sudo wget
+    lsb-release sudo unzip wget
index 1cef916..4f72208 100755 (executable)
@@ -8,7 +8,7 @@ ACTION="${1}"
 
 # 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)
+# Valid values: precise (12), trusty (14), xenial (16), bionic (18), focal (20), jammy (22)
 export UBUNTU_VERSION=${UBUNTU_VERSION:-bionic}
 
 CONTAINER_USER=docker
@@ -42,7 +42,7 @@ Options:
 
 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: 5.6, 7.0 .. 8.1
-    UBUNTU_VERSION    default value: bionic. Other possible values: xenial, focal
+    UBUNTU_VERSION    default value: bionic. Other possible values: xenial, focal, jammy
 "
 }