diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa74905..b030476 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,11 +60,15 @@ variables: node-10 test: *test_custom # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml + +ruby-2.6-golang-1.12-git-2.22 test: *test_custom ruby-2.6-golang-1.12-git-2.24 test: *test_custom -ruby-2.6-golang-1.13-git-2.24 test: *test_custom -ruby-2.6-golang-1.14-git-2.24 test: *test_custom ruby-2.6-golang-1.12-git-2.26 test: *test_custom +ruby-2.6-golang-1.13-git-2.22 test: *test_custom +ruby-2.6-golang-1.13-git-2.24 test: *test_custom ruby-2.6-golang-1.13-git-2.26 test: *test_custom +ruby-2.6-golang-1.14-git-2.22 test: *test_custom +ruby-2.6-golang-1.14-git-2.24 test: *test_custom ruby-2.6-golang-1.14-git-2.26 test: *test_custom # Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml @@ -122,11 +126,14 @@ golangci-lint-alpine test: *test_build node-10: *build_and_deploy_custom # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml -ruby-2.6-golang-1.13-git-2.22: *build_and_deploy_custom +ruby-2.6-golang-1.12-git-2.22: *build_and_deploy_custom ruby-2.6-golang-1.12-git-2.24: *build_and_deploy_custom -ruby-2.6-golang-1.13-git-2.24: *build_and_deploy_custom ruby-2.6-golang-1.12-git-2.26: *build_and_deploy_custom +ruby-2.6-golang-1.13-git-2.22: *build_and_deploy_custom +ruby-2.6-golang-1.13-git-2.24: *build_and_deploy_custom ruby-2.6-golang-1.13-git-2.26: *build_and_deploy_custom +ruby-2.6-golang-1.14-git-2.22: *build_and_deploy_custom +ruby-2.6-golang-1.14-git-2.24: *build_and_deploy_custom ruby-2.6-golang-1.14-git-2.26: *build_and_deploy_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml