From a542a82c13ce01f44708f399f38a701da84744f6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Aug 2025 19:23:37 +0200 Subject: [PATCH] Add php version for trixie --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 60318ef6a..86f906981 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -379,6 +379,7 @@ '10' => '7.3', # Debian Buster '11' => '7.4', # Debian Bullseye '12' => '8.2', # Debian Bookworm + '13' => '8.4', # Debian Trixie '20.04' => '7.4', # Ubuntu Foccal Fossal '22.04' => '8.1', # Ubuntu Jammy default => '7.2', # Ubuntu Bionic, Cosmic and Disco