Skip to content

Commit 306ebe0

Browse files
committed
Add jruby and truffleruby in CI
1 parent 2bafc45 commit 306ebe0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: ubuntu
1+
name: test
22

33
on: [push, pull_request]
44

55
jobs:
66
build:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
9+
fail-fast: false
910
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head ]
11+
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head, jruby, truffleruby-head ]
1112
os: [ ubuntu-latest, macos-latest ]
1213
runs-on: ${{ matrix.os }}
1314
steps:

0 commit comments

Comments
 (0)