]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: add fedora 40, 41; remove 38, 39
authorJason Ish <jason.ish@oisf.net>
Wed, 27 Nov 2024 22:26:55 +0000 (16:26 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 27 Nov 2024 22:30:07 +0000 (16:30 -0600)
.github/workflows/tests.yml

index 6569aec50030410dd8663dda51239c1f0c9350c7..b76a66c14fab0ca29b4f9fad50cb12466ae76452 100644 (file)
@@ -52,10 +52,10 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-39:
-    name: Fedora 39
+  fedora-41:
+    name: Fedora 41
     runs-on: ubuntu-latest
-    container: fedora:39
+    container: fedora:41
     steps:
       - run: |
           dnf -y install \
@@ -68,17 +68,17 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-38:
-    name: Fedora 38
+  fedora-40:
+    name: Fedora 40
     runs-on: ubuntu-latest
-    container: fedora:38
+    container: fedora:40
     steps:
       - run: |
           dnf -y install \
             python3 \
             python3-pytest \
             python3-pyyaml
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
       - name: Python 3 unit tests
         run: PYTHONPATH=. pytest-3
       - name: Python 3 integration tests