Skip to content

Commit

Permalink
Add support for Debian 12 (bookworm)
Browse files Browse the repository at this point in the history
Not much is changed for PHP in this upcoming release, except for the
version of PHP shipped which is now 8.2
  • Loading branch information
jcharaoui committed May 15, 2023
1 parent a12610c commit 0db544e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'Debian' => $facts['os']['release']['major'] ? {
'10' => '7.3',
'11' => '7.4',
'12' => '8.2',
default => fail("Unsupported Debian release: ${fact('os.release.major')}"),
},
'Ubuntu' => $facts['os']['release']['major'] ? {
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
Expand Down

0 comments on commit 0db544e

Please sign in to comment.