From: Jason Ish Date: Tue, 13 Apr 2021 19:32:42 +0000 (-0600) Subject: github-ci: add fedora 33, remove fedora 31 (eol) X-Git-Tag: 1.3.0rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f69af9809f3988187b35e98240d0e9bf0d0dc6;p=thirdparty%2Fsuricata-update.git github-ci: add fedora 33, remove fedora 31 (eol) --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fba0ed6..98c1f89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,34 +54,27 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-31: - name: Fedora 31 + fedora-32: + name: Fedora 32 runs-on: ubuntu-latest - container: fedora:31 + container: fedora:32 steps: - run: | yum -y install \ - python2-pytest \ - python2-pyyaml \ python3 \ python3-pytest \ python3-pyyaml - - uses: actions/checkout@v1 - - - name: Python 2 unit tests - run: PYTHONPATH=. pytest-2 - - name: Python 2 integration tests - run: PYTHONPATH=. python2 ./tests/integration_tests.py + - uses: actions/checkout@v2 - name: Python 3 unit tests run: PYTHONPATH=. pytest-3 - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-32: - name: Fedora 32 + fedora-33: + name: Fedora 33 runs-on: ubuntu-latest - container: fedora:32 + container: fedora:33 steps: - run: | yum -y install \