From: Jason Ish Date: Thu, 15 Feb 2024 16:58:44 +0000 (-0600) Subject: github-ci: add fedora 39, remove fedora 37 X-Git-Tag: 1.3.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d27415dfc7f28dd589b895340b7dbb2909ff1b;p=thirdparty%2Fsuricata-update.git github-ci: add fedora 39, remove fedora 37 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96a72d5..a86e4b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,26 +70,26 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-38: - name: Fedora 38 + fedora-39: + name: Fedora 39 runs-on: ubuntu-latest - container: fedora:38 + container: fedora:39 steps: - run: | dnf -y install \ python3 \ python3-pytest \ python3-pyyaml - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Python 3 unit tests run: PYTHONPATH=. pytest-3 - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-37: - name: Fedora 37 + fedora-38: + name: Fedora 38 runs-on: ubuntu-latest - container: fedora:37 + container: fedora:38 steps: - run: | dnf -y install \