We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8940343 commit f3dbad6Copy full SHA for f3dbad6
.github/workflows/build-gems.yml
@@ -60,7 +60,7 @@ jobs:
60
id: cross-gem
61
env:
62
PLATFORM: ${{ matrix.ruby-platform }}
63
- RUBY_VERSIONS: "~> 3.3.0,~> 3.4.0,~> 4.0.0"
+ RUBY_VERSIONS: ${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ',') }}
64
RB_SYS_VERSION: ${{ steps.rb-sys.outputs.version }}
65
run: |
66
gem install rb_sys -v "$RB_SYS_VERSION"
0 commit comments