We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d758c commit 552f58eCopy full SHA for 552f58e
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
ruby-versions:
11
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
12
with:
13
- engine: cruby-truffleruby
+ engine: cruby
14
min_version: 2.7
15
lint:
16
runs-on: ubuntu-latest
@@ -30,8 +30,6 @@ jobs:
30
matrix:
31
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
32
with_latest_reline: [true, false]
33
- exclude:
34
- - ruby: truffleruby
35
fail-fast: false
36
37
env:
@@ -80,9 +78,6 @@ jobs:
80
78
81
79
82
83
84
85
- - ruby: truffleruby-head
86
87
88
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}
0 commit comments