Removing broken ruby test versions for now
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-12 21:55:03 -04:00
parent 519955e57a
commit 85fe3b0b38

View File

@@ -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