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