mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:36:01 +01:00
Update Ruby version in Docker & CI
This commit is contained in:
parent
db6f24473c
commit
9ecbab9ddd
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.7
|
||||
FROM ruby:3.1
|
||||
|
||||
USER root
|
||||
|
||||
|
|
1
.github/workflows/retrospring.yml
vendored
1
.github/workflows/retrospring.yml
vendored
|
@ -47,6 +47,7 @@ jobs:
|
|||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler-cache: true
|
||||
- name: Set up Node 12
|
||||
uses: actions/setup-node@v3
|
||||
|
|
Loading…
Reference in a new issue