Skip to content

Commit 13f6dcd

Browse files
ci: request Ruby 4 in cross-gem as semver requirement
1 parent e96d43a commit 13f6dcd

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
@@ -50,7 +50,7 @@ jobs:
5050
id: cross-gem
5151
with:
5252
platform: ${{ matrix.ruby-platform }}
53-
ruby-versions: ${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ',') }}
53+
ruby-versions: ${{ replace(join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ','), '4.0', '~> 4.0.0') }}
5454

5555
- uses: actions/upload-artifact@v7
5656
with:

0 commit comments

Comments
 (0)