]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: add fedora 33, remove fedora 31 (eol)
authorJason Ish <jason.ish@oisf.net>
Tue, 13 Apr 2021 19:32:42 +0000 (13:32 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 13 Apr 2021 19:32:42 +0000 (13:32 -0600)
.github/workflows/tests.yml

index fba0ed65129bfb68460b6175f34247e81cb39b11..98c1f89dc4845054425755ea68cf38d944c44ade 100644 (file)
@@ -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 \