E572 Add TruffleRuby in CI · bcrypt-ruby/bcrypt-ruby@4d1d95b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d1d95b

Browse files
tjschuckeregon
andcommitted
Add TruffleRuby in CI
Co-authored-by: Benoit Daloze <eregontp@gmail.com>
1 parent 36a04a2 commit 4d1d95b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- { os: ubuntu-latest, ruby: jruby-head }
2828
- { os: windows-latest, ruby: ucrt }
2929
- { 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 }
3034

3135
steps:
3236
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0