chore: upgrade circleci and gh action to use ruby 3.1.2
This commit is contained in:
parent
ec5b507f07
commit
59786f2eef
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ defaults: &defaults
|
|||
working_directory: ~/build
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: cimg/ruby:3.0.4-browsers
|
||||
- image: cimg/ruby:3.1.2-browsers
|
||||
|
||||
# Specify service dependencies here if necessary
|
||||
# CircleCI maintains a library of pre-built images
|
||||
|
|
1
.github/workflows/run_foss_spec.yml
vendored
1
.github/workflows/run_foss_spec.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
|||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.0.4 # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
|
||||
- name: yarn
|
||||
|
|
Loading…
Reference in a new issue