From: Jason Ish Date: Wed, 21 Sep 2022 16:56:47 +0000 (-0600) Subject: github-ci: replace Fedora 34 test with Fedora 36 X-Git-Tag: 1.3.0rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f6ab6fe256035a44daaad1260797fcdad2550e9;p=thirdparty%2Fsuricata-update.git github-ci: replace Fedora 34 test with Fedora 36 Fedora 34 is EOL. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dfaa18a..caea084 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,18 +70,17 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-34: - name: Fedora 34 + fedora-36: + name: Fedora 36 runs-on: ubuntu-latest - container: fedora:34 + container: fedora:36 steps: - run: | - yum -y install \ + dnf -y install \ python3 \ python3-pytest \ python3-pyyaml - uses: actions/checkout@v2 - - name: Python 3 unit tests run: PYTHONPATH=. pytest-3 - name: Python 3 integration tests