Closed dosuken123 closed 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.
This is addressed by the merged PR #214.
Looking at the .travis.yml, it seems we test only with the following Ruby versions:
We should add "3.0.x" to check the compatibility with Ruby 3.0.