Skip to content

Commit 018cf54

Browse files
authored
Merge pull request #120 from gogainda/master
Add Truffleruby head to CI
2 parents c86fed1 + efbe454 commit 018cf54

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
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "ruby-head"]
23+
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "ruby-head", truffleruby-head]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)