From: Jason Ish Date: Tue, 4 Jul 2023 20:14:57 +0000 (-0600) Subject: github-ci: update fedora tests X-Git-Tag: 1.3.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42fe26648248df38f27334f0e86c48ed2aa060c4;p=thirdparty%2Fsuricata-update.git github-ci: update fedora tests Use Fedora 38 and 37 instead of 36 and 35. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3c3f50..4d6cb3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,10 +70,10 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-36: - name: Fedora 36 + fedora-38: + name: Fedora 38 runs-on: ubuntu-latest - container: fedora:36 + container: fedora:38 steps: - run: | dnf -y install \ @@ -86,18 +86,17 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-35: - name: Fedora 35 + fedora-37: + name: Fedora 37 runs-on: ubuntu-latest - container: fedora:35 + container: fedora:37 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