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.0 to CI #135

Merged
merged 2 commits into from
Jan 12, 2021
Merged

Add Ruby 3.0 to CI #135

merged 2 commits into from
Jan 12, 2021

Conversation

swalkinshaw
Copy link
Contributor

@@ -9,8 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.6, 2.7]
graphql_version: ['1.9.19', '1.10.2']
ruby: [2.3, 2.6, 2.7, 3.0]
Copy link
Contributor

Choose a reason for hiding this comment

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

If we're testing 2.3 and 3.0 now we probably don't need both 2.6 and 2.7 here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤷‍♂️ sure let's drop 2.6

@swalkinshaw swalkinshaw merged commit 9fa2dd2 into master Jan 12, 2021
@swalkinshaw swalkinshaw deleted the ruby-3.0 branch January 12, 2021 22:34
@lucianosousa
Copy link

I'm doing some tests with Ruby 3.0 rails Rails master here and it's not working...

Are we doing some tests using rails here?
I think the issue I saw was related to the GraphQL DB connection classes

@swalkinshaw
Copy link
Contributor Author

This gem doesn't have any integration tests using Rails, but from looking at those failures, it's not actually Rails/DB related; just the Relay connections in the graphql gem. So while graphql-batch may technically work with Ruby 3.0, most consumers would probably run into trouble with the graphql gem itself (unless they don't use connections 🤷‍♂️ ).

@shopify-shipit shopify-shipit bot temporarily deployed to rubygems January 18, 2022 19:12 Inactive
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.

3 participants