Skip to content

Commit

Permalink
Merge pull request #14 from ruby/ci
Browse files Browse the repository at this point in the history
Add TruffleRuby and JRuby to CI
  • Loading branch information
eregon authored Oct 8, 2024
2 parents 29d8acb + b864de8 commit f044647
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.4
test:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
fail-fast: false
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- ruby: 2.4
os: macos-latest
- ruby: 2.5
os: macos-latest
- { os: macos-latest, ruby: 2.4 }
- { os: macos-latest, ruby: 2.5 }
- { os: windows-latest, ruby: truffleruby }
- { os: windows-latest, ruby: truffleruby-head }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f044647

Please sign in to comment.