Fix CI by bump to last supported ruby.

This commit is contained in:
Eric Guo
2025-02-28 14:09:12 +08:00
parent fee9aa40b2
commit c29d95f0d1
+2 -2
View File
@@ -10,9 +10,9 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
ruby-version: 3.1.6
- name: Run the default task
run: |
gem install bundler -v 2.2.3
gem install bundler -v 2.6.5
bundle install
bundle exec rake