Skip to content

Commit

Permalink
Add TruffleRuby in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 17, 2024
1 parent 469a528 commit 56c7c46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
engine: cruby-truffleruby
min_version: 2.6

reline:
Expand All @@ -20,8 +20,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
fail-fast: false
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- { ruby: truffleruby, os: windows-latest }
- { ruby: truffleruby-head, os: windows-latest }
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 56c7c46

Please sign in to comment.