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

Add Ruby 3.1 to CI #986

Merged
merged 2 commits into from Jan 18, 2022
Merged

Conversation

petergoldstein
Copy link
Collaborator

This PR adds Ruby 3.1 to CI.

It also cleans up an unnecessary exclusion for Ruby 3.0 / Rails 5.2 (Rails 5.2 was already removed from the CI matrix).

@petergoldstein
Copy link
Collaborator Author

I haven't committed to friendly_id in quite some time so I'll ask @parndt to review.

- ruby: '3.0'
gemfile: '5.2'
- ruby: '3.1'
gemfile: '6.0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wow! Does Rails 6 really not support Ruby 3.1?

Copy link
Collaborator

Choose a reason for hiding this comment

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

it does appear to work 😄

.github/workflows/test.yml Outdated Show resolved Hide resolved
@parndt parndt merged commit afd97bb into norman:master Jan 18, 2022
@parndt
Copy link
Collaborator

parndt commented Jan 18, 2022

Thanks @petergoldstein 🎉

@petergoldstein
Copy link
Collaborator Author

@parndt So it's a question of formal support. Rails 6.0 dropped out of primary support before Ruby 3.1 was released. But either way for these specs is fine - it seems to run ok in most situations (there are some challenges with argument passing in ActionMailer).

@petergoldstein petergoldstein deleted the feature/add_ruby_3_1_to_ci branch January 18, 2022 22:59
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.

None yet

2 participants