Skip to content

Commit

Permalink
Add truffleruby in CI now that the test suite is passing on it
Browse files Browse the repository at this point in the history
* We need to use truffleruby-head for now because of
  oracle/truffleruby#3683
  • Loading branch information
eregon committed Oct 18, 2024
1 parent 3c5bccb commit d94fcfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
ruby-version:
- "3.2"
- "3.3"
- "truffleruby-head"
- "head"
exclude:
- { os: "windows-latest", ruby-version: "truffleruby-head" }

runs-on: ${{ matrix.os }}
steps:
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit d94fcfe

Please sign in to comment.