Update test to reflect currently supported OS

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-06-20 10:33:32 +02:00
parent b20aa865b9
commit f9d1893f96
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485
10 changed files with 2 additions and 97 deletions

View file

@ -31,7 +31,7 @@ jobs:
needs: smoke-test
strategy:
matrix:
distro: [debian_9, debian_10, debian_11, ubuntu_16, ubuntu_18, ubuntu_20, ubuntu_21, centos_7, centos_8, fedora_33, fedora_34]
distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_22, centos_8, fedora_34]
env:
DISTRO: ${{matrix.distro}}
steps: