File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ include:
10
10
variables :
11
11
DOCKER_VERSION : " 20.10.15"
12
12
BUNDLE_FROZEN : " true"
13
- GO_VERSION : " 1.18"
13
+ GO_VERSION : " golang- 1.18"
14
14
DEBIAN_VERSION : " bullseye"
15
- RUBY_VERSION : " 2.7"
15
+ RUBY_VERSION : " ruby- 2.7"
16
16
17
17
workflow :
18
18
rules : &workflow_rules
@@ -24,7 +24,7 @@ workflow:
24
24
- if : ' $CI_COMMIT_TAG'
25
25
26
26
default :
27
- image : registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby- ${RUBY_VERSION}-golang -${GO_VERSION}:git-2.36
27
+ image : registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-${RUBY_VERSION}-${GO_VERSION}:git-2.36
28
28
tags :
29
29
- gitlab-org
30
30
56
56
extends : .test
57
57
parallel :
58
58
matrix :
59
- - GO_VERSION : ["1.17", "1.18", "1.19"]
60
- - RUBY_VERSION : ["2.7", "3.0"]
59
+ - GO_VERSION : ["golang- 1.17", "golang- 1.18", "golang- 1.19"]
60
+ - RUBY_VERSION : ["ruby- 2.7", "ruby- 3.0"]
61
61
script :
62
62
- make verify test
63
63
after_script :
You can’t perform that action at this time.
0 commit comments