mirror of
https://github.com/langgenius/ruby-sdk.git
synced 2026-07-01 20:35:26 -04:00
Fix CI by bump to last supported ruby.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user