E56D Merge pull request #293 from bcrypt-ruby/truffleruby-ci-alt-implement… · bcrypt-ruby/bcrypt-ruby@92ca1d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92ca1d6

Browse files
authored
Merge pull request #293 from bcrypt-ruby/truffleruby-ci-alt-implementation
Add TruffleRuby in CI
2 parents 36a04a2 + 4d1d95b commit 92ca1d6

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