Skip to content

Commit d735f23

Browse files
committed
apache::params: Use correct PHP version on Ubuntu 24.04
Signed-off-by: Frank Lichtenheld <[email protected]>
1 parent c4310ce commit d735f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/params.pp

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
'12' => '8.2', # Debian Bookworm
381381
'20.04' => '7.4', # Ubuntu Foccal Fossal
382382
'22.04' => '8.1', # Ubuntu Jammy
383+
'24.04' => '8.3', # Ubuntu Jammy
383384
default => '7.2', # Ubuntu Bionic, Cosmic and Disco
384385
}
385386
$_base_mod_packages = {

0 commit comments

Comments
 (0)