Skip to content

Commit

Permalink
truffleruby is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 11, 2023
1 parent 01e263f commit 6d51b14
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-truffleruby
engine: cruby
min_version: 2.7

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

0 comments on commit 6d51b14

Please sign in to comment.