.gitlab-ci.yml in dri-0.10.2 vs .gitlab-ci.yml in dri-0.11.0
- old
+ new
@@ -24,11 +24,11 @@
file:
- /ci/gem-release.yml
- /ci/ref-update.gitlab-ci.yml
variables:
- RUBY_VERSION: "3.0"
+ RUBY_VERSION: "3.1"
stages:
- build
- test
- deploy
@@ -51,8 +51,8 @@
rspec:
stage: test
extends: .job_base
parallel:
matrix:
- - RUBY_VERSION: ['2.7', '3.0']
+ - RUBY_VERSION: ['3.0', '3.1']
script:
- bundle exec rspec --force-color