From: Jason Ish Date: Mon, 28 Mar 2022 22:06:58 +0000 (-0600) Subject: github-ci: update fedora tests to f34 and f35 X-Git-Tag: 1.3.0rc1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8159187f52f6fc7e4f7df1138ab01cfe95054048;p=thirdparty%2Fsuricata-update.git github-ci: update fedora tests to f34 and f35 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f4a1650..091da29 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,10 +54,10 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-32: - name: Fedora 32 + fedora-34: + name: Fedora 34 runs-on: ubuntu-latest - container: fedora:32 + container: fedora:34 steps: - run: | yum -y install \ @@ -71,10 +71,10 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-33: - name: Fedora 33 + fedora-35: + name: Fedora 35 runs-on: ubuntu-latest - container: fedora:33 + container: fedora:35 steps: - run: | yum -y install \