From: Jason Ish Date: Wed, 27 Nov 2024 22:24:02 +0000 (-0600) Subject: github-ci: remove centos-7 build, EOL X-Git-Tag: 1.3.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb9aef482f30c699364ba5c0403a125009e2e30f;p=thirdparty%2Fsuricata-update.git github-ci: remove centos-7 build, EOL --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22a19f3..6569aec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,30 +52,6 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - centos-7: - name: CentOS 7 - runs-on: ubuntu-latest - container: centos:7 - steps: - - run: yum -y install epel-release - - run: | - yum -y install \ - python2-pytest \ - python2-pyyaml \ - python36-pytest \ - python36-yaml - - uses: actions/checkout@v1 - - - name: Python 2 unit tests - run: PYTHONPATH=. py.test-2.7 - - name: Python 2 integration tests - run: PYTHONPATH=. python2 ./tests/integration_tests.py - - - name: Python 3 unit tests - run: PYTHONPATH=. py.test-3 - - name: Python 3 integration tests - run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-39: name: Fedora 39 runs-on: ubuntu-latest