Skip to content

Commit

Permalink
Merge pull request #3891 from eregon/truffleruby-20.2.0
Browse files Browse the repository at this point in the history
Test TruffleRuby 20.2.0 in CI
  • Loading branch information
hsbt committed Aug 24, 2020
2 parents c91dca3 + 3d69276 commit e1f04ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-rubygems.yml
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ 2.3.8, 2.4.10, 2.5.8, 2.6.6, 2.7.1, jruby-9.2.11.1 ]
ruby: [ 2.3.8, 2.4.10, 2.5.8, 2.6.6, 2.7.1, jruby-9.2.11.1, truffleruby-20.2.0 ]
env:
TRUFFLERUBYOPT: "--experimental-options --testing-rubygems"
steps:
- uses: actions/checkout@v2
- name: Setup ruby
Expand Down

0 comments on commit e1f04ca

Please sign in to comment.