mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Change ruby version
This commit is contained in:
parent
69972406e0
commit
8c4b387b23
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
# Specify the version you desire here
|
# Specify the version you desire here
|
||||||
# See: https://circleci.com/developer/images/image/cimg/ruby
|
# See: https://circleci.com/developer/images/image/cimg/ruby
|
||||||
- image: cimg/ruby:3.3
|
- image: cimg/ruby:3.2.3
|
||||||
|
|
||||||
# Add steps to the job
|
# Add steps to the job
|
||||||
# See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps
|
# See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps
|
||||||
|
|
@ -35,4 +35,4 @@ workflows:
|
||||||
sample: # This is the name of the workflow, feel free to change it to better match your workflow.
|
sample: # This is the name of the workflow, feel free to change it to better match your workflow.
|
||||||
# Inside the workflow, you define the jobs you want to run.
|
# Inside the workflow, you define the jobs you want to run.
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue