Skip to content

Commit 89c4b20

Browse files
committed
(CAT-2100) Add Debian 12 support
(CAT-2100) Updated specs
1 parent a1545b3 commit 89c4b20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"operatingsystem": "Debian",
5050
"operatingsystemrelease": [
5151
"10",
52-
"11"
52+
"11",
53+
"12"
5354
]
5455
},
5556
{

spec/classes/mod/php_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
it {
9393
expect(subject).to contain_file('php8.2.load').with(
94-
content: "LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so\n",
94+
content: "LoadModule php_module /usr/lib/apache2/modules/libphp8.2.so\n",
9595
)
9696
}
9797
end

0 commit comments

Comments
 (0)