Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1
with:
ruby-version: "3.3"
ruby-version: "3.4.10"
Comment thread
yakimoto marked this conversation as resolved.
- name: Test + build
run: |
ruby -Ilib test/smoke_test.rb
Expand All @@ -51,7 +51,7 @@ jobs:
persist-credentials: false
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1
with:
ruby-version: "3.3"
ruby-version: "3.4.10"
# NOTE: we deliberately do NOT use rubygems/release-gem here. That action runs
# `bundle exec rake release`, and bundler/gem_tasks derives the release tag as
# `v<version>` — but this monorepo tags per-language as `sdk-ruby-v<version>`. With
Expand Down
Loading