From: Lukas Sismis Date: Sun, 3 Nov 2024 19:09:55 +0000 (+0100) Subject: github-ci: bump up tested DPDK versions X-Git-Tag: suricata-8.0.2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f0b3dad24c73fcc8d142f857d89e29fe9aa1a2c;p=thirdparty%2Fsuricata.git github-ci: bump up tested DPDK versions 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) --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 60b95fb159..22c0e8cff7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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.