]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: update fedora tests
authorJason Ish <jason.ish@oisf.net>
Tue, 4 Jul 2023 20:14:57 +0000 (14:14 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 4 Jul 2023 20:22:59 +0000 (14:22 -0600)
Use Fedora 38 and 37 instead of 36 and 35.

.github/workflows/tests.yml

index a3c3f5062072cd9e5502799bebd48649397c273b..4d6cb3a4f83ec24a91faea69d22e72fc6ed1df4a 100644 (file)
@@ -70,10 +70,10 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-36:
-    name: Fedora 36
+  fedora-38:
+    name: Fedora 38
     runs-on: ubuntu-latest
-    container: fedora:36
+    container: fedora:38
     steps:
       - run: |
           dnf -y install \
@@ -86,18 +86,17 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-35:
-    name: Fedora 35
+  fedora-37:
+    name: Fedora 37
     runs-on: ubuntu-latest
-    container: fedora:35
+    container: fedora:37
     steps:
       - run: |
-          yum -y install \
+          dnf -y install \
             python3 \
             python3-pytest \
             python3-pyyaml
       - uses: actions/checkout@v2
-
       - name: Python 3 unit tests
         run: PYTHONPATH=. pytest-3
       - name: Python 3 integration tests