We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c68b commit 8ffc695Copy full SHA for 8ffc695
spec/acceptance/mod_php_spec.rb
@@ -53,6 +53,10 @@ class { 'apache::mod::php': }
53
describe file("#{apache_hash['mod_dir']}/php8.1.conf") do
54
it { is_expected.to contain 'DirectoryIndex index.php' }
55
end
56
+ elsif os[:family] == 'ubuntu' && os[:release] == '24.04'
57
+ describe file("#{apache_hash['mod_dir']}/php8.3.conf") do
58
+ it { is_expected.to contain 'DirectoryIndex index.php' }
59
+ end
60
elsif os[:family] == 'redhat' && os[:release] =~ %r{^(8)\b}
61
describe file("#{apache_hash['mod_dir']}/php7.conf") do
62
0 commit comments