Skip to content

Commit 6ed5594

Browse files
ci: request Ruby 4 in cross-gem as semver requirement
1 parent 25ab56d commit 6ed5594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: cross-gem
6161
env:
6262
PLATFORM: ${{ matrix.ruby-platform }}
63-
RUBY_VERSIONS: ${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ',') }}
63+
RUBY_VERSIONS: ${{ replace(join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ','), '4.0', '~> 4.0.0') }}
6464
RB_SYS_VERSION: ${{ steps.rb-sys.outputs.version }}
6565
run: |
6666
gem install rb_sys -v "$RB_SYS_VERSION"

0 commit comments

Comments
 (0)