ci: add missing focal database test run

This commit is contained in:
Kyle Robbertze 2021-11-05 10:38:38 +02:00 committed by Jonas L
parent e56069b957
commit 8200df1c40
1 changed files with 8 additions and 2 deletions

View File

@ -146,7 +146,10 @@ jobs:
fail-fast: false
matrix:
context: [analyzer, api_client]
release: [bionic, buster, focal]
release:
- bionic
- buster
- focal
container: ghcr.io/libretime/libretime-dev:${{ matrix.release }}
defaults:
run:
@ -172,7 +175,10 @@ jobs:
fail-fast: false
matrix:
context: [api]
release: [bionic, buster]
release:
- bionic
- buster
- focal
services:
postgres:
image: postgres