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

Fix CI for Ruby 3.3 #134

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Fix CI for Ruby 3.3 #134

merged 1 commit into from
Jul 12, 2024

Conversation

cllns
Copy link
Member

@cllns cllns commented Jul 10, 2024

This has been broken for a while now. Struct.new (with no args) used to raise an error in Ruby 3.2 and earlier, but in 3.3 it's allowed. So in this PR we make a new class that actually requires an arg so the test raises the expected error

Struct.new used to raise an error in Ruby 3.2 and earlier, but in 3.3 it's allowed.
So we make a new class that actually requires an arg
@timriley timriley merged commit 5a9ab4a into dry-rb:main Jul 12, 2024
6 checks passed
@timriley
Copy link
Member

Thanks @cllns! Pulled this right in.

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