]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: remove CentOS 6 build
authorJason Ish <jason.ish@oisf.net>
Wed, 27 Jan 2021 21:29:29 +0000 (15:29 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 27 Jan 2021 21:29:29 +0000 (15:29 -0600)
CentOS 6 has been end of lifed.

.github/workflows/tests.yml

index b8f372bcfbb0bb5e2bd8b6ce4999473ada969285..410ce7a8f0edca7e8206758da93e36842e0c24f1 100644 (file)
@@ -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