mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #225 from Icinga/feature/redis6
Test also w/ Redis v6+
This commit is contained in:
commit
0da141486a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue