Skip to content

Commit

Permalink
Merge pull request #125 from amatsuda/graal2231
Browse files Browse the repository at this point in the history
CI against stable version of truffleruby+graalvm (22.3.1) for now
  • Loading branch information
amatsuda committed Jun 1, 2023
2 parents 368dd04 + 2a2673d commit 25489a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm' ]
ruby: [ '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm-22.3.1' ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 25489a3

Please sign in to comment.