Skip to content

Commit 9405e74

Browse files
committed
Merge branch 'hotfix/serverspec-alpine-php-fix'
2 parents e0b097b + 1ca66cf commit 9405e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/serverspec/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
(os[:family] == 'redhat' and os[:version] == '7') or
4545
(os[:family] == 'debian' and os[:version] == '7') or
4646
(os[:family] == 'debian' and os[:version] == '8') or
47-
(os[:family] == 'alpine' and os[:version] == '8') or
47+
(os[:family] == 'alpine' and os[:version] == '3') or
4848
($dockerInfo[:tag].match('php5')))
4949
$testConfiguration[:php] = 5
5050
end

0 commit comments

Comments
 (0)