We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef10e2 commit 9fee2faCopy full SHA for 9fee2fa
1 file changed
.github/workflows/test.yml
@@ -6,18 +6,21 @@ jobs:
6
ruby-versions:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
- engine: cruby
+ engine: cruby-truffleruby
10
min_version: 2.5
11
12
build:
13
needs: ruby-versions
14
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
15
strategy:
16
+ fail-fast: false
17
matrix:
18
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
19
os: [ ubuntu-latest, macos-latest, windows-latest ]
20
exclude:
21
- { os: macos-latest, ruby: '2.5' }
22
+ - { os: windows-latest, ruby: 'truffleruby' }
23
+ - { os: windows-latest, ruby: 'truffleruby-head' }
24
include:
25
- { os: macos-15-intel, ruby: '2.5' }
26
- { os: macos-15-intel, ruby: '3.4' }
0 commit comments