From 65ccfb21ef201a2e92278afc3f6d32201e1cd9f9 Mon Sep 17 00:00:00 2001 From: Arjen Zonneveld Date: Fri, 19 Dec 2025 19:46:01 +0100 Subject: [PATCH] Add PHP version for Ubuntu 24.04 --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 86f906981..9774725d9 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -382,6 +382,7 @@ '13' => '8.4', # Debian Trixie '20.04' => '7.4', # Ubuntu Foccal Fossal '22.04' => '8.1', # Ubuntu Jammy + '24.04' => '8.3', # Ubuntu Noble default => '7.2', # Ubuntu Bionic, Cosmic and Disco } $_base_mod_packages = {