Skip to content

Commit 8064505

Browse files
committed
Add support for php8.0 with RHEL 8
1 parent 7e6c9f8 commit 8064505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/mod/php_spec.rb

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

120120
it { is_expected.to contain_apache__mod('php') }
121121
it { is_expected.to contain_file('php.load').with(content: "LoadModule php_module modules/libphp.so\n") }
122-
end
122+
end
123123
elsif facts[:os]['release']['major'].to_i >= 9
124124
it { is_expected.to contain_apache__mod('php') }
125125
it { is_expected.to contain_file('php.load').with(content: "LoadModule php_module modules/libphp.so\n") }

0 commit comments

Comments
 (0)