Skip to content

Commit a2c891e

Browse files
polatsinanekohl
andauthored
Add support for php8.0 with RHEL 8
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent 8064505 commit a2c891e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/mod/php_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
{ php_version: '8.0' }
118118
end
119119

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

0 commit comments

Comments
 (0)