Skip to content

Commit

Permalink
✅ Run CI with JRuby and TruffleRuby, too
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Nov 9, 2024
1 parent ea47e34 commit fce8779
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: all
min_version: 3.1

build:
Expand All @@ -20,6 +20,9 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
experimental: [false]
exclude:
- { ruby: "jruby", os: "macos-latest" }
- { ruby: "jruby-head", os: "macos-latest" }
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down

0 comments on commit fce8779

Please sign in to comment.