Skip to content

Commit 3770315

Browse files
committed
👷 Use image ruby:3.2
1 parent 866dc36 commit 3770315

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default:
2-
image: ruby:3.1
2+
image: ruby:3.2
33

44
workflow:
55
rules:
@@ -10,14 +10,13 @@ workflow:
1010
# For tags, create a pipeline.
1111
- if: '$CI_COMMIT_TAG'
1212

13-
1413
.test_template: &test_definition
1514
image: ruby:${RUBY_VERSION}
1615
stage: test
1716
script:
18-
- gem install bundler --no-document
17+
- gem update --system
1918
- bundle config --local path vendor
20-
- bundle install
19+
- bundle install --jobs 4 --retry 3
2120
- bundle exec rake test
2221
cache:
2322
key: ${CI_JOB_IMAGE}
@@ -27,4 +26,4 @@ ruby:
2726
<<: *test_definition
2827
parallel:
2928
matrix:
30-
- RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]
29+
- RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]

0 commit comments

Comments
 (0)