Merge pull request #225 from Icinga/feature/redis6

Test also w/ Redis v6+
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-10-27 11:40:20 +01:00 committed by GitHub
commit 0da141486a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go: [ '1.11', '1.12', '1.13', '1.14', '1' ]
redis: [ '5' ]
redis: [ '5', 'latest' ]
rdbms:
- icinga/icingadb-mysql:5.5
- icinga/icingadb-mysql:5.6