diff --git a/common/constants.sh b/common/constants.sh index 443079a..d12a5d4 100644 --- a/common/constants.sh +++ b/common/constants.sh @@ -41,7 +41,7 @@ export ALTERNATE_ADDRESS="" readonly CENTOS_OS_SUPPORTED_VERSIONS=("8" "7") readonly DEBIAN_OS_SUPPORTED_VERSIONS=("10" "9" "8") readonly RHEL_OS_SUPPORTED_VERSIONS=("8" "7" "6") -readonly UBUNTU_OS_SUPPORTED_VERSIONS=("14.04" "16.04" "18.04" "20.04") +readonly UBUNTU_OS_SUPPORTED_VERSIONS=("14.04" "16.04" "18.04" "20.04" "22.04" "24.04") readonly AMAZON_LINUX_OS_SUPPORTED_VERSIONS=("2" "2023") export CENTOS_OS_SUPPORTED_VERSIONS