From 641c9315bcb8fb51757fc2325d4e53badf352fc3 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 12 Aug 2025 20:03:20 -0400 Subject: [PATCH] Adding Ruby 3.4 testing to Woodpecker --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3effe11..3083c37 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,6 +7,11 @@ pipeline: - 'bundle install' - 'rake test:rubocop' + test_ruby34: + image: ruby:3.4 + commands: + - 'rake test:unit' + gitea_release: image: plugins/gitea-release settings: @@ -16,4 +21,3 @@ pipeline: title: "${CI_COMMIT_TAG}" when: event: tag -