kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
805 stars 95 forks source link

Add test coverage for Ruby 3.1 and 3.2 #223

Open dosuken123 opened 1 year ago

dosuken123 commented 1 year ago

GitLab is planning to upgrade ruby version to 3.1 first, and later to 3.2. For the preparation, we're checking if dependencies are compatible with these versions. (See https://gitlab.com/gitlab-org/gitlab/-/issues/404750 for more information)

This PR adds the test coverage for Ruby 3.1 and 3.2.

dosuken123 commented 1 year ago

@kschiess Hi :wave: We'd like to expand the test coverage for Ruby 3.1 and 3.2. Would you mind reviewing this PR? Thanks!