(maint) Add Ruby 3.3, 3.4, 4.0 to test matrix

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Hashizume 2026-05-21 10:28:05 -07:00
parent 2507e8ae9b
commit 74ae6d54c2
No known key found for this signature in database
GPG key ID: 7D7DF01108411652

View file

@ -21,6 +21,9 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@v4