]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dpdk: update DPDK builder versions
authorLukas Sismis <lsismis@oisf.net>
Wed, 4 Oct 2023 14:59:39 +0000 (16:59 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 16 Oct 2023 19:16:37 +0000 (21:16 +0200)
.github/workflows/builds.yml

index eb71ea23bd2111add94ebdde40c2e3ce9f56cb4e..d900b7b051bf685f811c1e12b84269f6e5fd39ea 100644 (file)
@@ -1961,7 +1961,7 @@ jobs:
     needs: [ prepare-deps, prepare-cbindgen ]
     strategy:
       matrix:
-        dpdk_version: [ 22.11.1, 21.11.3, 20.11.7, 19.11.14 ]
+        dpdk_version: [ 22.11.3, 21.11.5, 20.11.9, 19.11.14 ]
     steps:
 
       # Cache Rust stuff.