Adding Ruby 3.4 testing to Woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-12 20:03:20 -04:00
parent 3a136865b0
commit 641c9315bc

View File

@@ -7,6 +7,11 @@ pipeline:
- 'bundle install' - 'bundle install'
- 'rake test:rubocop' - 'rake test:rubocop'
test_ruby34:
image: ruby:3.4
commands:
- 'rake test:unit'
gitea_release: gitea_release:
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
@@ -16,4 +21,3 @@ pipeline:
title: "${CI_COMMIT_TAG}" title: "${CI_COMMIT_TAG}"
when: when:
event: tag event: tag