Skip to content
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.1 and CI run on main branch #366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sanjain-progress
Copy link

@sanjain-progress sanjain-progress commented Apr 13, 2022

Signed-off-by: sachin007jain [email protected]

Support Ruby 3.1 and Depreciate ruby '2.4', '2.5', '26'


jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0']
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
Copy link

@damacus damacus Apr 13, 2022

Choose a reason for hiding this comment

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

2.6 is EOL now, are we still officially supporting it?

Copy link
Author

Choose a reason for hiding this comment

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

@damacus Drop the support of 2.6. Supporting only '2.7', '3.0', '3.1'

@sanjain-progress sanjain-progress force-pushed the sanjain/INFCT-55-faxhuai-support-ruby-3.1 branch from bd8d42d to 756f58a Compare April 14, 2022 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants