Skip to content

Conversation

@bastelfreak
Copy link
Contributor

In the past CI was adjusted to Require Ruby 2.7 or newer, but we didn't drop the old versions from the gemspec. While it claims to support Ruby 2.5 & 2.6, it doesn't work in reality. This changes fixes this.

Ruby 2.5 was used in puppet AIO 6 / and jruby 9.3 (compatible with Ruby 2.6) in puppetserver 7. Both are EoL since ages.

@bastelfreak
Copy link
Contributor Author

This mismatch between what we claim to support and what we actually test is very annoying. We could do a minor release now to correct this, or a major one. If we do a major release, we could even bump the lower version to ruby 3.1 (that is the version in openvoxserver 8).

@bastelfreak bastelfreak added the enhancement New feature or request label Jan 6, 2026
Copy link
Contributor

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related: I wonder why 0ee6465 picked 2.6 as the lower bound. Note that was later reverted.

I'd lean to a major version bump, but I'm not sure it's strictly needed now. In #67 we can exclude Ruby 2.5 testing for now.

@bastelfreak
Copy link
Contributor Author

I think we should keep this open until we need to do a major release

In the past CI was adjusted to Require Ruby 2.7 or newer, but we didn't
drop the old versions from the gemspec. While it claims to support Ruby
2.5 & 2.6, it doesn't work in reality. This changes fixes this.

Ruby 2.5 was used in puppet AIO 6 / and jruby 9.3 (compatible with Ruby
2.6) in puppetserver 7. Both are EoL since ages.
jruby-9.3 was used in openvox server 7. We don't support that anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants