feat: debian 11 support (#1292)
* Debian 11 Support Run api ci test on bullseye as well * Silan does not work for mp3 on bullseye * Liquisoap does not fail with wma files on bullseye
This commit is contained in:
parent
452dd64970
commit
4057c88cf0
9 changed files with 77 additions and 49 deletions
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
|
@ -145,11 +145,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
context: [analyzer, api_client]
|
||||
context:
|
||||
- analyzer
|
||||
- api_client
|
||||
release:
|
||||
- bionic
|
||||
- buster
|
||||
- bullseye
|
||||
- bionic
|
||||
- focal
|
||||
|
||||
container: ghcr.io/libretime/libretime-dev:${{ matrix.release }}
|
||||
defaults:
|
||||
run:
|
||||
|
@ -174,11 +178,14 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
context: [api]
|
||||
context:
|
||||
- api
|
||||
release:
|
||||
- bionic
|
||||
- buster
|
||||
- bullseye
|
||||
- bionic
|
||||
- focal
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue