Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
- "bundle exec rspec"
plugins:
- docker#v3.3.0:
image: ruby:2.7
image: ruby:3.3

- label: ":rubocop: Run the cop"
command:
Expand All @@ -14,7 +14,7 @@ steps:
- "bundle exec rubocop"
plugins:
- docker#v3.3.0:
image: ruby:2.7
image: ruby:3.3
- wait

- label: ":pick: Build and Push"
Expand All @@ -24,7 +24,7 @@ steps:
branches: master
plugins:
- docker#v3.3.0:
image: ruby:2.7
image: ruby:3.3
environment:
- GEM_HOST_API_KEY
- GIT_AUTHOR_NAME=Fat Zebra
Expand Down