github-ci: bump up tested DPDK versions

Ubuntu 20.04, supported distro for 7.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 ee0b08692c)
pull/14124/head
Lukas Sismis 1 year ago committed by Victor Julien
parent 2db0203407
commit 05741a32be

@ -1864,7 +1864,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.10, 21.11.9, 20.11.10, 19.11.14 ]
steps:
# Cache Rust stuff.

Loading…
Cancel
Save