Skip to content

Commit 552f58e

Browse files
committed
Remove truffleruby-head from the default CI workflow
1 parent 73d758c commit 552f58e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ruby-versions:
1111
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1212
with:
13-
engine: cruby-truffleruby
13+
engine: cruby
1414
min_version: 2.7
1515
lint:
1616
runs-on: ubuntu-latest
@@ -30,8 +30,6 @@ jobs:
3030
matrix:
3131
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
3232
with_latest_reline: [true, false]
33-
exclude:
34-
- ruby: truffleruby
3533
fail-fast: false
3634
runs-on: ubuntu-latest
3735
env:
@@ -80,9 +78,6 @@ jobs:
8078
matrix:
8179
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
8280
with_latest_reline: [true, false]
83-
exclude:
84-
- ruby: truffleruby
85-
- ruby: truffleruby-head
8681
fail-fast: false
8782
env:
8883
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}

0 commit comments

Comments
 (0)