Skip to content

Commit 8ccda3e

Browse files
committed
default to jammy/php8.1 for the tests container
1 parent 592eaa3 commit 8ccda3e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/ci/vm.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ set -e
66

77
ACTION="${1}"
88

9-
# Valid values: 'default', 5.6, 7.0 .. 7.4, 8.0 .. 8.1
9+
# Valid values: 'default', 5.6, 7.0 .. 7.4, 8.0 .. 8.4
1010
export PHP_VERSION=${PHP_VERSION:-default}
11-
# Valid values: precise (12), trusty (14), xenial (16), bionic (18), focal (20), jammy (22)
12-
export UBUNTU_VERSION=${UBUNTU_VERSION:-focal}
11+
# Valid values: precise (12), trusty (14), xenial (16), bionic (18), focal (20), jammy (22), noble (24)
12+
export UBUNTU_VERSION=${UBUNTU_VERSION:-jammy}
1313

1414
CONTAINER_USER=docker
1515
CONTAINER_WORKSPACE_DIR="/home/${CONTAINER_USER}/workspace"
@@ -42,8 +42,8 @@ Options:
4242
-h print help
4343
4444
Environment variables: to be set before the 'build' action
45-
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
46-
UBUNTU_VERSION default value: focal. Other possible values: xenial, bionic, jammy
45+
PHP_VERSION default value: 'default', ie. the stock php version from the Ubuntu version in use. Other possible values: 5.6, 7.0 .. 7.4, 8.0 .. 8.4
46+
UBUNTU_VERSION default value: focal. Other possible values: xenial, bionic, jammy, noble
4747
"
4848
}
4949

0 commit comments

Comments
 (0)