-
Notifications
You must be signed in to change notification settings - Fork 180
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
ci: Add Tests For Ruby 3.3 #797
ci: Add Tests For Ruby 3.3 #797
Conversation
c9d2739
to
5ce9c04
Compare
0ee841d
to
c9c3ec2
Compare
Ruby 3.3 is out so this PR adds actions to test against it. One this to note is that bigcommerce/gruf does not yet support Ruby 3.3. Once bigcommerce/gruf#197 is merged I will update the test suite to include gruf again.
c9c3ec2
to
d4cfe71
Compare
@kreopelle did you mean to approve as your alter ego @kaylareopelle ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
@@ -59,6 +59,14 @@ jobs: | |||
runs-on: ${{ matrix.os }} | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- name: "Test Ruby 3.3" | |||
# BLOCKED BY: https://github.com/bigcommerce/gruf/pull/197 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @arielvalentin - this has now been addressed and released, in connection with the grpc 1.61 release: https://rubygems.org/gems/gruf/versions/2.19.0
Ruby 3.3 is out so this PR adds actions to test against it.
One this to note is that
bigcommerce/gruf
does not yet support Ruby 3.3. Once bigcommerce/gruf#197 is merged I will update the test suite to include gruf again.