From 9c377a84caed094cad440436b31d95406cb6e456 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 25 Apr 2024 21:48:50 -0400 Subject: [PATCH] Update CI --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 34389c8..795036c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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