]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: update fedora tests to f34 and f35
authorJason Ish <jason.ish@oisf.net>
Mon, 28 Mar 2022 22:06:58 +0000 (16:06 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 28 Mar 2022 22:06:58 +0000 (16:06 -0600)
.github/workflows/tests.yml

index f4a16509ccc63f8be313a09a4045654b82745e72..091da29c0d9389ebd952820a71d2f6bbaca1512c 100644 (file)
@@ -54,10 +54,10 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-32:
-    name: Fedora 32
+  fedora-34:
+    name: Fedora 34
     runs-on: ubuntu-latest
-    container: fedora:32
+    container: fedora:34
     steps:
       - run: |
           yum -y install \
@@ -71,10 +71,10 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-33:
-    name: Fedora 33
+  fedora-35:
+    name: Fedora 35
     runs-on: ubuntu-latest
-    container: fedora:33
+    container: fedora:35
     steps:
       - run: |
           yum -y install \