Skip to content

Commit

Permalink
Add TruffleRuby in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and nobu committed Feb 13, 2021
1 parent 07d7fa1 commit 92ad9c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6, 2.1, head ]
ruby: [ '3.0', 2.7, 2.6, 2.1, head, truffleruby-head ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- { os: windows-latest, ruby: truffleruby-head }
runs-on: ${{ matrix.os }}
steps:
- name: git config
Expand Down

0 comments on commit 92ad9c5

Please sign in to comment.