Skip to content

Commit 85753ef

Browse files
committed
Add truffleruby to CI
Fix: #992
1 parent 1e75660 commit 85753ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "jruby-9.3.6.0"]
36+
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "jruby-9.3.6.0", "truffleruby-22.2.0"]
3737
runs-on: ubuntu-latest
3838
env:
3939
VERBOSE: "true"
4040
TIMEOUT: "30"
4141
LOW_TIMEOUT: "0.01"
4242
DRIVER: ruby
4343
REDIS_BRANCH: "7.0"
44+
TRUFFLERUBYOPT: "--engine.Mode=latency"
4445
steps:
4546
- name: Check out code
4647
uses: actions/checkout@v3

0 commit comments

Comments
 (0)