1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove Ruby 2.5 and 2.6

This commit is contained in:
Mike Perham 2021-12-06 10:43:42 -08:00
parent 43e0354481
commit 18a36af22c

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1"]
ruby: ["2.7", "3.0", "3.1"]
services:
redis:
image: redis