mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update ci.yml (#5015)
This commit is contained in:
parent
3b233c558a
commit
5267e3b2d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [2.5, 2.6, 2.7, 3.0]
|
||||
ruby: [2.5, 2.6, 2.7, 3.0, truffleruby-head]
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
|
|
Loading…
Reference in a new issue