Merge pull request #223 from TheAlgorithms/vzvu3k6k-patch-1

Use Ruby 3.3 in testing
This commit is contained in:
vzvu3k6k 2024-02-10 22:06:28 +09:00 committed by GitHub
commit d2a2f99da2
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