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>2022-09-14 15:05:40 +0300
committerMatthias Kaeppler <mkaeppler@gitlab.com>2022-09-14 15:05:40 +0300
commit674095a84a958b51b617501722a4f012bbab851d (patch)
treed7954a5a991b8ee7b1cc09f1713a7414758f6264
parent82ad225ea207e669379c39d804271e19b0f88c67 (diff)
Add Ruby 3 to build matrixmk-ruby3-build
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30485d951..4771aab2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
# We use Gitaly's Git version by default.
GIT_VERSION: "default"
GO_VERSION: "1.18"
- RUBY_VERSION: "2.7"
+ RUBY_VERSION: "3.0"
POSTGRES_VERSION: "12.6-alpine"
PGBOUNCER_VERSION: "1.16.1"
BUNDLE_PATH: "${CI_PROJECT_DIR}/.ruby"
@@ -194,6 +194,7 @@ test:
# version in `datastore.CheckPostgresVersion()`.
- POSTGRES_VERSION: "11.14-alpine"
TEST_TARGET: [ test, test-with-praefect ]
+ - RUBY_VERSION: ['2.7', '3.0']
test:coverage:
<<: *test_definition
@@ -277,6 +278,7 @@ test:fips:
matrix:
- TEST_TARGET: [ test, test-with-praefect ]
FIPS_MODE: "YesPlease"
+ - RUBY_VERSION: ['2.7', '3.0']
rules:
# When running in a fork of Gitaly we don't have the runners available, and
# consequentially this job would fail anyway. So we configure the job to be