1
0
Fork 0
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:
Mike Perham 2022-08-05 11:21:37 -07:00
parent e464c09ca1
commit c763b420f8

View file

@ -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