mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
See if ruby 2.5 works in github
This commit is contained in:
parent
e464c09ca1
commit
c763b420f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: ["2.6", "2.7", "3.0", "3.1"]
|
||||
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1"]
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
|
|
Loading…
Reference in a new issue