-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ruby 3.2. Drop older ruby versions and que #33
base: master
Are you sure you want to change the base?
Conversation
- gemfiles/que_0.12.2.gemfile | ||
- gemfiles/que_0.12.3.gemfile | ||
- gemfiles/rails_5.2.gemfile | ||
- gemfiles/shoryuken_4.0.gemfile | ||
- gemfiles/sidekiq_4.2.gemfile | ||
- gemfiles/sinatra_1.4.gemfile | ||
- gemfiles/sinatra_2.0.gemfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did all of those fail? If not, id say we leave the most reasonable ones still active!? That way we can ensure that some older versions are still running without major issues.
@@ -19,22 +19,19 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
ruby: ['2.5.1', '2.7.2', '2.6.5'] | |||
ruby: ['3.2.2'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 3.2
? At least ruby 3.0.x
is still in security maintenance phase
https://www.ruby-lang.org/en/downloads/ so id say its better to have the active ruby versions supported!?
Added
Removed