mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #100 from Icinga/feature/ci-mariadb-10-1
CI: also test with MariaDB 10.1
This commit is contained in:
commit
8ca2098793
1 changed files with 1 additions and 0 deletions
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
rdbms:
|
||||
- mysql:5.7
|
||||
- mysql:8
|
||||
- mariadb:10.1
|
||||
- mariadb:10.2
|
||||
- mariadb:10.3
|
||||
- mariadb:10
|
||||
|
|
|
|||
Loading…
Reference in a new issue