Skip to content

Commit

Permalink
Use released version for truffleruby+graalvm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 19, 2021
1 parent e24e381 commit 8d4412a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm-head' ]
ruby: [ '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm' ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Set TRUFFLERUBYOPT
run: echo "TRUFFLERUBYOPT=--jvm --polyglot" >> $GITHUB_ENV
if: matrix.ruby == 'truffleruby+graalvm-head'
if: startsWith(matrix.ruby, 'truffleruby+graalvm')
- name: Run test
run: rake
- name: Install gem
Expand Down

0 comments on commit 8d4412a

Please sign in to comment.