Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kaeppler <mkaeppler@gitlab.com>2021-07-23 14:43:56 +0300
committerMatthias Kaeppler <mkaeppler@gitlab.com>2021-07-28 16:44:45 +0300
commit4f536420e3787a138928438d500c15399d5245e9 (patch)
tree017b16e7ee2bd96182e93332b1f454f42d8f94b4 /.gitlab-ci.yml
parentbf55b6fc1a0c9bba1e9d1af29cf4ccab168d30e0 (diff)
Add Ruby 3 based test job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63c6af985..04ecf435b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,6 +120,7 @@ build:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
+ RUBY_VERSION: [ "2.7", "3.0" ]
binaries:
<<: *cache_definition
@@ -164,6 +165,8 @@ test:
- GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
TARGET: test
+ - RUBY_VERSION: "3.0"
+ TARGET: test
- GO_VERSION: "1.16"
GIT_VERSION: "v2.32.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]