Use Ruby 3.4 in testing

This commit is contained in:
vzvu3k6k 2025-01-10 20:09:47 +09:00 committed by GitHub
parent 697e3f2b5b
commit 1225a9fb9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
- name: Run tests
run: rake test