Skip to content

Commit a976afb

Browse files
committed
Fix alpine test environment settings
1 parent 0bcf4b5 commit a976afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/serverspec/spec/spec_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
(os[:family] == 'redhat' and os[:version] == '7') or
5050
(os[:family] == 'debian' and os[:version] == '7') or
5151
(os[:family] == 'debian' and os[:version] == '8') or
52-
(os[:family] == 'alpine' and os[:version] == '3') or
5352
(ENV['DOCKER_TAG'].match('php5')) or
53+
(ENV['DOCKER_TAG'].match('alpine-3')) or
5454
(ENV['DOCKER_TAG'] =~ /^5\.[0-9]+/)
5555
)
5656
$testConfiguration[:php] = 5

0 commit comments

Comments
 (0)