]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: use fedora:31 instead of fedora:latest
authorJason Ish <jason.ish@oisf.net>
Wed, 8 Jul 2020 22:57:58 +0000 (16:57 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 20 Jul 2020 16:47:32 +0000 (10:47 -0600)
Fedora:latest is a moving target, for CI its probably best
to pin the version of the OS that testing is done on.

.github/workflows/tests.yml

index f04e8870b6144e0a8f6d94265256cb2e69bbb6ed..2ccb5504b16da46f013cc55214b7ee49dec7add5 100644 (file)
@@ -71,10 +71,10 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  fedora-latest:
-    name: Fedora Latest
+  fedora-31:
+    name: Fedora 31
     runs-on: ubuntu-latest
-    container: fedora:latest
+    container: fedora:31
     steps:
       - run: |
           yum -y install \