Skip to content

Commit

Permalink
Try to run with TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 16, 2023
1 parent aeee125 commit 0640664
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 @@ -6,7 +6,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
engine: cruby-truffleruby
min_version: 2.6
test:
name: >-
Expand All @@ -21,6 +21,8 @@ jobs:
exclude:
# uses non-standard MSYS2 OpenSSL 3 package
- { os: windows-latest, ruby: head }
- { os: windows-latest, ruby: truffleruby }
- { os: windows-latest, ruby: truffleruby-head }
include:
- { os: windows-latest, ruby: ucrt }
- { os: windows-latest, ruby: mswin }
Expand Down

0 comments on commit 0640664

Please sign in to comment.