Skip to content

Commit

Permalink
Remove truffleruby-head from the default CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Nov 19, 2024
1 parent 6cdba5a commit 06e99ed
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 @@ -10,7 +10,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-truffleruby
engine: cruby
min_version: 2.7
lint:
runs-on: ubuntu-latest
Expand All @@ -30,8 +30,6 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
with_latest_reline: [true, false]
exclude:
- ruby: truffleruby
fail-fast: false
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -80,9 +78,6 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
with_latest_reline: [true, false]
exclude:
- ruby: truffleruby
- ruby: truffleruby-head
fail-fast: false
env:
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}
Expand Down

0 comments on commit 06e99ed

Please sign in to comment.