Skip to content

Commit

Permalink
Truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 2, 2020
1 parent e9e6792 commit 286979f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "*"
jobs:
test:
name: "Ruby {{ matrix.ruby }}"
strategy:
fail-fast: false
matrix:
Expand All @@ -22,6 +23,8 @@ jobs:
include:
- ruby: "ruby-head"
experimental: true
- ruby: "truffleruby-head"
experimental: true
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}

Expand Down

0 comments on commit 286979f

Please sign in to comment.