]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: bump up the DPDK versions
authorLukas Sismis <lsismis@oisf.net>
Thu, 21 Mar 2024 12:52:20 +0000 (13:52 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 10 Apr 2024 05:03:07 +0000 (07:03 +0200)
.github/workflows/builds.yml

index 4b29dd4fd9f26604196c97d50a70bc69ce490766..b393f66cba7b36db7b45f60abe2de8fae801263f 100644 (file)
@@ -2006,7 +2006,7 @@ jobs:
     needs: [ prepare-deps, prepare-cbindgen ]
     strategy:
       matrix:
-        dpdk_version: [ 22.11.3, 21.11.5, 20.11.9, 19.11.14 ]
+        dpdk_version: [ 22.11.4, 21.11.6, 20.11.10, 19.11.14 ]
     steps:
 
       # Cache Rust stuff.