Removing broken ruby test versions for now
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -8,24 +8,6 @@ pipeline:
|
|||||||
- 'bundle install'
|
- 'bundle install'
|
||||||
- 'rake db:migrate'
|
- 'rake db:migrate'
|
||||||
- 'rake test:unit'
|
- '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:
|
style:
|
||||||
image: ruby:3.4
|
image: ruby:3.4
|
||||||
|
Reference in New Issue
Block a user