Skip to content

Commit 251b1d4

Browse files
committed
Add truffleruby-head to CI matrix
This supersedes redis#70.
1 parent 5d6b0e5 commit 251b1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: ["ubuntu-latest"]
10-
ruby: [2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0, 1.9, jruby]
10+
ruby: [2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0, 1.9, jruby, truffleruby-head]
1111
runs-on: ${{ matrix.os }}
1212
services:
1313
redis:

0 commit comments

Comments
 (0)