Update CI
This commit is contained in:
parent
549edd37f4
commit
9c377a84ca
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ kind: pipeline
|
|||
|
||||
steps:
|
||||
- name: install
|
||||
image: ruby:3.2.0
|
||||
image: ruby:3.3.1
|
||||
volumes:
|
||||
- name: bundle
|
||||
path: /usr/local/bundle
|
||||
|
@ -11,7 +11,7 @@ steps:
|
|||
- bin/bundle install --jobs=3 --retry=3
|
||||
|
||||
- name: autoload
|
||||
image: ruby:3.2.0
|
||||
image: ruby:3.3.1
|
||||
volumes:
|
||||
- name: bundle
|
||||
path: /usr/local/bundle
|
||||
|
@ -21,7 +21,7 @@ steps:
|
|||
- install
|
||||
|
||||
- name: lint
|
||||
image: ruby:3.2.0
|
||||
image: ruby:3.3.1
|
||||
volumes:
|
||||
- name: bundle
|
||||
path: /usr/local/bundle
|
||||
|
@ -31,7 +31,7 @@ steps:
|
|||
- install
|
||||
|
||||
- name: test
|
||||
image: ruby:3.2.0
|
||||
image: ruby:3.3.1
|
||||
volumes:
|
||||
- name: bundle
|
||||
path: /usr/local/bundle
|
||||
|
|
Loading…
Reference in a new issue