update tests: remove fedora 32, add fedora 34 (#4403)

Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
Blayne Campbell
2021-10-23 12:43:20 -06:00
committed by GitHub
parent 7cdd8871e5
commit 8713135b01
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,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_32, fedora_33]
distro: [debian_9, debian_10, debian_11, ubuntu_16, ubuntu_18, ubuntu_20, ubuntu_21, centos_7, centos_8, fedora_33, fedora_34]
env:
DISTRO: ${{matrix.distro}}
steps: