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:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
@ -11,7 +11,7 @@ steps:
|
||||||
- bin/bundle install --jobs=3 --retry=3
|
- bin/bundle install --jobs=3 --retry=3
|
||||||
|
|
||||||
- name: autoload
|
- name: autoload
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
@ -21,7 +21,7 @@ steps:
|
||||||
- install
|
- install
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
@ -31,7 +31,7 @@ steps:
|
||||||
- install
|
- install
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
|
Loading…
Reference in a new issue