From 85fe3b0b388f5a8cffb5b1819fac28ca6c700c4a Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 12 Aug 2025 21:55:03 -0400 Subject: [PATCH] Removing broken ruby test versions for now --- .woodpecker.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c0a18de..2d88816 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,24 +8,6 @@ pipeline: - 'bundle install' - 'rake db:migrate' - 'rake test:unit' - test_ruby33: - group: tests - image: ruby:3.3 - commands: - - 'gem install rake' - - 'bundle config set --local path "vendor/bundle"' - - 'bundle install' - - 'rake db:migrate' - - 'rake test:unit' - test_ruby32: - group: tests - image: ruby:3.2 - commands: - - 'gem install rake' - - 'bundle config set --local path "vendor/bundle"' - - 'bundle install' - - 'rake db:migrate' - - 'rake test:unit' style: image: ruby:3.4