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

DEV: Test different Rails versions #58

Merged
merged 7 commits into from
Apr 6, 2023
Merged

DEV: Test different Rails versions #58

merged 7 commits into from
Apr 6, 2023

Conversation

CvX
Copy link
Contributor

@CvX CvX commented Apr 5, 2023

No description provided.

fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
rails: ['6.1.0']
Copy link
Member

Choose a reason for hiding this comment

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

Can you help me understand why this is set to 6.1.0 when our Gemfile is 7.0.4.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

core is on rails 7, rails_failover supported (officially) only rails 6.x and did not test 7.0. I'm fixing deprecations and adding 7.x support in a separate PR (#48)

@CvX CvX merged commit 2ece801 into main Apr 6, 2023
@CvX CvX deleted the rails-versions branch April 6, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants