Skip to content

Commit

Permalink
Add truffleruby-head in CI
Browse files Browse the repository at this point in the history
* The latest release does not have this fix:
  oracle/truffleruby@c77f8bb
  • Loading branch information
eregon committed Sep 21, 2023
1 parent 85637fa commit d92084a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
versions: '["truffleruby-head"]'
min_version: 2.7

build:
Expand All @@ -24,6 +25,8 @@ jobs:
exclude:
- ruby: head
os: windows-latest
- ruby: truffleruby-head
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -35,3 +38,4 @@ jobs:
- name: Run test
run: bundle exec rake compile test
timeout-minutes: 5
continue-on-error: ${{ startsWith(matrix.ruby, 'truffleruby') }}

0 comments on commit d92084a

Please sign in to comment.