Skip to content

Commit b97b566

Browse files
committed
Test against the latest TruffleRuby release too
1 parent 6dbbe97 commit b97b566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
ruby: ["3.0", "3.1", "3.2", "truffleruby-head"]
11+
ruby: ["3.0", "3.1", "3.2", "truffleruby", "truffleruby-head"]
1212
exclude:
1313
- os: windows-latest
1414
ruby: "truffleruby-head"
15+
- os: windows-latest
16+
ruby: "truffleruby"
1517
runs-on: ${{ matrix.os }}
1618
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1719
steps:

0 commit comments

Comments
 (0)