kschiess / parslet

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

Test with Ruby 3.0 #222

Closed dosuken123 closed 1 year ago

dosuken123 commented 1 year ago

Looking at the .travis.yml, it seems we test only with the following Ruby versions:

rvm:
  - "2.2.6"
  - "2.3.3"
  - "2.4.0"

We should add "3.0.x" to check the compatibility with Ruby 3.0.

kschiess commented 1 year ago

This is addressed by the merged PR #214.