]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: replace Fedora 34 test with Fedora 36
authorJason Ish <jason.ish@oisf.net>
Wed, 21 Sep 2022 16:56:47 +0000 (10:56 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 21 Sep 2022 21:43:27 +0000 (15:43 -0600)
Fedora 34 is EOL.

.github/workflows/tests.yml

index dfaa18af91f722ec653900a05c859904e92c9767..caea0847e3dc42cc539b0bf4961112cfea022d05 100644 (file)
@@ -70,18 +70,17 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-34:
-    name: Fedora 34
+  fedora-36:
+    name: Fedora 36
     runs-on: ubuntu-latest
-    container: fedora:34
+    container: fedora:36
     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