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 e0b097b commit 1ca66cfCopy full SHA for 1ca66cf
tests/serverspec/spec/spec_helper.rb
@@ -44,7 +44,7 @@
44
(os[:family] == 'redhat' and os[:version] == '7') or
45
(os[:family] == 'debian' and os[:version] == '7') or
46
(os[:family] == 'debian' and os[:version] == '8') or
47
- (os[:family] == 'alpine' and os[:version] == '8') or
+ (os[:family] == 'alpine' and os[:version] == '3') or
48
($dockerInfo[:tag].match('php5')))
49
$testConfiguration[:php] = 5
50
end
0 commit comments