Skip to content

Commit

Permalink
apache::params: Use correct PHP version on Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Lichtenheld <[email protected]>
  • Loading branch information
flichtenheld committed Oct 24, 2024
1 parent c4310ce commit 8664027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
'12' => '8.2', # Debian Bookworm
'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 = {
Expand Down

0 comments on commit 8664027

Please sign in to comment.