Skip to content

Commit 7f59df2

Browse files
authored
Merge pull request #2603 from weaselp/php-debian13
Add Debian 13 support
2 parents 9c2dc09 + b10c9cc commit 7f59df2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
'10' => '7.3', # Debian Buster
380380
'11' => '7.4', # Debian Bullseye
381381
'12' => '8.2', # Debian Bookworm
382+
'13' => '8.4', # Debian Trixie
382383
'20.04' => '7.4', # Ubuntu Foccal Fossal
383384
'22.04' => '8.1', # Ubuntu Jammy
384385
default => '7.2', # Ubuntu Bionic, Cosmic and Disco

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"operatingsystemrelease": [
5151
"10",
5252
"11",
53-
"12"
53+
"12",
54+
"13"
5455
]
5556
},
5657
{

0 commit comments

Comments
 (0)