]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: fix fedora versions
authorJason Ish <jason.ish@oisf.net>
Wed, 9 Jul 2025 15:41:56 +0000 (09:41 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 15 Jul 2025 15:10:23 +0000 (09:10 -0600)
.github/workflows/tests.yml

index 3f3ed66243a077635e79b77358910dcbb729011f..dd74a0a079f204470520ce806ac4c34bba61f26f 100644 (file)
@@ -53,9 +53,9 @@ jobs:
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
   fedora-42:
-    name: Fedora 41
+    name: Fedora 42
     runs-on: ubuntu-latest
-    container: fedora:41
+    container: fedora:42
     steps:
       - run: |
           dnf -y install \
@@ -69,9 +69,9 @@ jobs:
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
   fedora-41:
-    name: Fedora 40
+    name: Fedora 41
     runs-on: ubuntu-latest
-    container: fedora:40
+    container: fedora:41
     steps:
       - run: |
           dnf -y install \