We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcf4b5 commit a976afbCopy full SHA for a976afb
1 file changed
tests/serverspec/spec/spec_config.rb
@@ -49,8 +49,8 @@
49
(os[:family] == 'redhat' and os[:version] == '7') or
50
(os[:family] == 'debian' and os[:version] == '7') or
51
(os[:family] == 'debian' and os[:version] == '8') or
52
- (os[:family] == 'alpine' and os[:version] == '3') or
53
(ENV['DOCKER_TAG'].match('php5')) or
+ (ENV['DOCKER_TAG'].match('alpine-3')) or
54
(ENV['DOCKER_TAG'] =~ /^5\.[0-9]+/)
55
)
56
$testConfiguration[:php] = 5
0 commit comments