Use Ruby 3.3 in testing

This commit is contained in:
vzvu3k6k 2024-01-30 01:14:54 +09:00 committed by GitHub
parent c666a4bc5f
commit 5363715e7b
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.2'
ruby-version: '3.3'
- name: Run tests
run: rake test