Skip to content

Commit

Permalink
Use the latest truffleruby+graalvm release in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Sep 19, 2023
1 parent 0b9901e commit c1d830e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm-22.3.1' ]
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm' ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,8 +32,8 @@ jobs:
- name: Set TRUFFLERUBYOPT
run: echo "TRUFFLERUBYOPT=--jvm --polyglot" >> $GITHUB_ENV
if: startsWith(matrix.ruby, 'truffleruby+graalvm')
- name: Install GraalVM js component
run: if ! gu list | grep '^js '; then gu install js; fi
- name: Install GraalJS
run: truffleruby-polyglot-get js
if: startsWith(matrix.ruby, 'truffleruby+graalvm')

- name: Run test
Expand Down

0 comments on commit c1d830e

Please sign in to comment.