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 aeee125 commit 0640664Copy full SHA for 0640664
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
ruby-versions:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
- engine: cruby
+ engine: cruby-truffleruby
10
min_version: 2.6
11
test:
12
name: >-
@@ -21,6 +21,8 @@ jobs:
21
exclude:
22
# uses non-standard MSYS2 OpenSSL 3 package
23
- { os: windows-latest, ruby: head }
24
+ - { os: windows-latest, ruby: truffleruby }
25
+ - { os: windows-latest, ruby: truffleruby-head }
26
include:
27
- { os: windows-latest, ruby: ucrt }
28
- { os: windows-latest, ruby: mswin }
0 commit comments