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

Update supported Ruby and Rails versions #215

Merged
merged 2 commits into from
Dec 29, 2022
Merged

Update supported Ruby and Rails versions #215

merged 2 commits into from
Dec 29, 2022

Conversation

orien
Copy link
Member

@orien orien commented Dec 29, 2022

Configure the gemspec and CI matrix to use the current supported versions of Ruby and Rails:

Ruby

  • 2.7.x
  • 3.0.x
  • 3.1.x
  • 3.2.x

Rails

  • 6.0.x
  • 6.1.x
  • 7.0.x

@orien orien requested a review from ricobl December 29, 2022 02:42
@@ -5,52 +5,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
gemfile: [Gemfile.rails-6.1.x, Gemfile.rails-7.0.x]
db: [mysql, postgres, sqlite]
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, this format is a lot cleaner!

@orien orien merged commit 3a2443c into master Dec 29, 2022
@orien orien deleted the ci-matrix branch December 29, 2022 07:47
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.

2 participants