Skip to content

Commit

Permalink
Mark truffleruby experimental in CI (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnordfish committed Apr 12, 2021
1 parent c3f0ddd commit 9ef71e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,10 +5,15 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby: ["2.4", "2.5", "2.6", "2.7", "3.0", "jruby", "truffleruby"]
ruby: ["2.4", "2.5", "2.6", "2.7", "3.0", "jruby"]
experimental: [false]
include:
- ruby: "truffleruby"
experimental: true
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9ef71e6

Please sign in to comment.