From: Jason Ish Date: Wed, 27 Jan 2021 21:29:29 +0000 (-0600) Subject: github-ci: remove CentOS 6 build X-Git-Tag: 1.2.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9cfa524d3f5205346bfdf5e41e1d7dde85cc06;p=thirdparty%2Fsuricata-update.git github-ci: remove CentOS 6 build CentOS 6 has been end of lifed. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8f372b..410ce7a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,23 +54,6 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - centos-6: - name: CentOS 6 - runs-on: ubuntu-latest - container: centos:6 - steps: - - run: yum -y install epel-release - - run: | - yum -y install \ - python34-pytest \ - python34-yaml - - uses: actions/checkout@v1 - - - name: Python 3 unit tests - run: PYTHONPATH=. py.test-3 - - name: Python 3 integration tests - run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-31: name: Fedora 31 runs-on: ubuntu-latest