Skip to content

Commit

Permalink
Try to test with truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2023
1 parent 1abe9d6 commit 639948f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
engine: cruby-truffleruby

test:
needs: ruby-versions
Expand All @@ -17,6 +17,9 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- { os: windows-latest , ruby: head }
- { os: windows-latest , ruby: truffleruby }
- { os: windows-latest , ruby: truffleruby-head }
- { os: macos-latest , ruby: truffleruby } # https://github.com/oracle/truffleruby/issues/2872
include:
- { os: windows-latest , ruby: mingw }
- { os: windows-latest , ruby: mswin }
Expand Down

0 comments on commit 639948f

Please sign in to comment.