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

Add ruby3 to build matrix (#4912)

Co-authored-by: John Mortlock <john.mortlock@sealink.com.au>
This commit is contained in:
John Mortlock 2021-05-29 14:17:54 +09:30 committed by GitHub
parent 6adde6b346
commit ed08a68eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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