]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: remove debian 10, debian 10 is EOL
authorJason Ish <jason.ish@oisf.net>
Mon, 14 Jul 2025 15:59:27 +0000 (09:59 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 15 Jul 2025 15:10:23 +0000 (09:10 -0600)
.github/workflows/tests.yml

index dd74a0a079f204470520ce806ac4c34bba61f26f..6dd11836d3a8df35d06f31f203a20e3bf2eae34b 100644 (file)
@@ -198,30 +198,6 @@ jobs:
       - name: Python 3 integration tests
         run: PYTHONPATH=. python3 ./tests/integration_tests.py
 
-  debian-10:
-    name: Debian 10
-    runs-on: ubuntu-latest
-    container: debian:10
-    steps:
-      - run: apt update
-      - run: |
-          apt -y install \
-            python-pytest \
-            python-yaml \
-            python3-pytest \
-            python3-yaml
-      - uses: actions/checkout@v1
-
-      - name: Python 2 unit tests
-        run: PYTHONPATH=. pytest
-      - name: Python 2 integration tests
-        run: PYTHONPATH=. python2 ./tests/integration_tests.py
-
-      - name: Python 3 unit tests
-        run: PYTHONPATH=. pytest-3
-      - name: Python 3 integration tests
-        run: PYTHONPATH=. python3 ./tests/integration_tests.py
-
   # macos-latest:
   #   name: MacOS Latest
   #   runs-on: macos-latest