We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1545b3 commit 89c4b20Copy full SHA for 89c4b20
metadata.json
@@ -49,7 +49,8 @@
49
"operatingsystem": "Debian",
50
"operatingsystemrelease": [
51
"10",
52
- "11"
+ "11",
53
+ "12"
54
]
55
},
56
{
spec/classes/mod/php_spec.rb
@@ -91,7 +91,7 @@
91
92
it {
93
expect(subject).to contain_file('php8.2.load').with(
94
- content: "LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so\n",
+ content: "LoadModule php_module /usr/lib/apache2/modules/libphp8.2.so\n",
95
)
96
}
97
end
0 commit comments