E56D
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36a04a2 + 4d1d95b commit 92ca1d6Copy full SHA for 92ca1d6
.github/workflows/ruby.yml
@@ -27,6 +27,10 @@ jobs:
27
- { os: ubuntu-latest, ruby: jruby-head }
28
- { os: windows-latest, ruby: ucrt }
29
- { os: windows-latest, ruby: mingw }
30
+ - { os: macos-latest, ruby: truffleruby }
31
+ - { os: ubuntu-latest, ruby: truffleruby }
32
+ - { os: macos-latest, ruby: truffleruby-head }
33
+ - { os: ubuntu-latest, ruby: truffleruby-head }
34
35
steps:
36
- uses: actions/checkout@v4
0 commit comments