From 9af2597ce0655bf5bfd8af154ffd9edf66cfe815 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Thu, 28 Mar 2024 10:05:08 +1100 Subject: [PATCH] Attempt to build on Ruby 3.3 --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7f42acf..3bab6f5 100755 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: @@ -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" @@ -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