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 247173b commit f607392Copy full SHA for f607392
.github/workflows/macos.yml
@@ -9,7 +9,7 @@ jobs:
9
with:
10
engine: cruby
11
min_version: 2.7
12
- versions: '["debug"]'
+ versions: '["debug", "jruby-head"]'
13
14
build:
15
needs: ruby-versions
.github/workflows/windows.yml
- versions: '["mswin", "mingw"]'
+ versions: '["mswin", "mingw", "jruby-head"]'
0 commit comments