Skip to content

Commit

Permalink
👷 Use image ruby:3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Aug 8, 2023
1 parent 866dc36 commit 3770315
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: ruby:3.1
image: ruby:3.2

workflow:
rules:
Expand All @@ -10,14 +10,13 @@ workflow:
# For tags, create a pipeline.
- if: '$CI_COMMIT_TAG'


.test_template: &test_definition
image: ruby:${RUBY_VERSION}
stage: test
script:
- gem install bundler --no-document
- gem update --system
- bundle config --local path vendor
- bundle install
- bundle install --jobs 4 --retry 3
- bundle exec rake test
cache:
key: ${CI_JOB_IMAGE}
Expand All @@ -27,4 +26,4 @@ ruby:
<<: *test_definition
parallel:
matrix:
- RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]
- RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]

0 comments on commit 3770315

Please sign in to comment.