Skip to content

Commit

Permalink
(CAT-2100) Add Debian 12 support
Browse files Browse the repository at this point in the history
(CAT-2100) Updated specs
  • Loading branch information
skyamgarp committed Oct 22, 2024
1 parent a1545b3 commit 89c4b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion spec/classes/mod/php_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

it {
expect(subject).to contain_file('php8.2.load').with(
content: "LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so\n",
content: "LoadModule php_module /usr/lib/apache2/modules/libphp8.2.so\n",
)
}
end
Expand Down

0 comments on commit 89c4b20

Please sign in to comment.