Skip to content

Commit 4e275bf

Browse files
ci: use explicit Ruby requirements for rb-sys-dock
1 parent bb151ba commit 4e275bf

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: ${{ replace(join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ','), '4.0', '~> 4.0.0') }}
63+
RUBY_VERSIONS: "~> 3.3.0,~> 3.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)