Skip to content

Commit

Permalink
Start testing on truffleruby, and simplify ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 6, 2021
1 parent 109499f commit 32f91ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -12,16 +12,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'jruby-9.1.17.0', 'jruby-9.2.13.0' ]
ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, jruby-9.1.17.0, jruby-9.2.13.0, truffleruby-head ]
name: ${{ matrix.ruby }}
env:
BUNDLE_GEMFILE: .ci.gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
env:
BUNDLE_GEMFILE: .ci.gemfile
- run: bundle exec rake
env:
BUNDLE_GEMFILE: .ci.gemfile

0 comments on commit 32f91ea

Please sign in to comment.