Add Fedora 35 and 36 to the test suite

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-09-29 19:13:23 +02:00
parent 1b0b0ca445
commit a705fbca73
No known key found for this signature in database
5 changed files with 62 additions and 1 deletions

View file

@ -48,7 +48,16 @@ jobs:
fail-fast: false
matrix:
distro:
[debian_10, debian_11, ubuntu_20, ubuntu_22, centos_8, fedora_34]
[
debian_10,
debian_11,
ubuntu_20,
ubuntu_22,
centos_8,
fedora_34,
fedora_35,
fedora_36,
]
env:
DISTRO: ${{matrix.distro}}
steps: