update ruby version for github tests

This commit is contained in:
Andrew Brown 2025-05-01 01:31:48 -07:00
parent 8c0dad0ddc
commit e27eb12ae4

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
ruby-version: 3.2
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Set up Node
uses: actions/setup-node@v1