Skip to content

Test CI on Maintained versions of Ruby: 3.2, 3.3, 3.4 #256

@mohamedhafez

Description

@mohamedhafez

Can the CI be updated to test on the maintained versions of Ruby please?

The unit tests rake test:unit don't work on Ruby >= 3.2, which are the only currently maintained versions of Ruby. For Ruby 3.2 and 3.3 I believe the fixes are trivial: just update pry, or remove it altogether.

On Ruby 3.4 in addition you need to start expecting the modern representation of hashes: {a: "b"} instead of {:a => "b"}.

There might be more things necessary for the integration tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions