]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: bump up tested DPDK versions
authorLukas Sismis <lsismis@oisf.net>
Sun, 3 Nov 2024 19:09:55 +0000 (20:09 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 22 Oct 2025 15:18:39 +0000 (15:18 +0000)
Ubuntu 20.04, distro suited at the time for 8.0.x, still contains
DPDK 19.11 in the pkg repository, so it keeps being build-tested as
opposed to the 9.0.x version.

(cherry picked from commit ee0b08692cf3ea1aae3bb694f7e738630e2979ac)

.github/workflows/builds.yml

index 60b95fb15991321d00ad22199e44162e738ee0aa..22c0e8cff7d3f5f5b973d20d93fea454beaafb5c 100644 (file)
@@ -2541,7 +2541,7 @@ jobs:
     needs: [ prepare-deps, prepare-cbindgen ]
     strategy:
       matrix:
-        dpdk_version: [ 22.11.4, 21.11.6, 20.11.10, 19.11.14 ]
+        dpdk_version: [ 22.11.10, 21.11.9, 20.11.10, 19.11.14 ]
     steps:
 
       # Cache Rust stuff.