Skip to content

Commit 9068354

Browse files
committed
fix(ci): test among ruby HEAD
1 parent a64c4d9 commit 9068354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, truffleruby-head]
11+
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, head, truffleruby-head]
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)