We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10fd7a commit 8ef2e91Copy full SHA for 8ef2e91
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
outputs:
98
# these are usually the same, but are different once we get to ruby release candidates
99
setup_ruby: "['3.1', '3.2', '3.3', '3.4']"
100
- setup_ruby_win: "['3.1', '3.2', '3.3', 'head']"
+ setup_ruby_win: "['3.1', '3.2', '3.3', '3.4']"
101
image_tag: "['3.1', '3.2', '3.3', '3.4']"
102
runs-on: ubuntu-latest
103
steps:
0 commit comments