aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2025-01-26 01:10:30 +0100
committerToni Uhlig <matzeton@googlemail.com>2025-01-26 01:10:30 +0100
commit4048a8c3007d9297114b7cda2ff12b3b9b6a50a3 (patch)
treed4710b2743c2eaa14416682149713239a6852959 /.github
parent09b246dbfa230511d5c2c69fce8ea87b1604c17c (diff)
Set minimal required nDPI version to 4.14 (tarball) and 4.13 (git)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d52374841..77fab34d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: ""
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "gcc"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -54,7 +54,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: "-host-gcrypt"
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "clang"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -67,7 +67,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: "-no-zlib"
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "gcc"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -79,7 +79,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=ON"
poll: "-DFORCE_POLL=ON"
upload: false
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "clang"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -91,7 +91,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF"
upload: false
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "clang-12"
os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -103,7 +103,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll:
upload: false
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "gcc-10"
os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -115,7 +115,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=ON"
upload: false
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "gcc-7"
os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -127,7 +127,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF"
upload: false
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
- compiler: "cc"
os: "macOS-13"
ndpi_build: "-DBUILD_NDPI=OFF"
@@ -140,7 +140,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll:
upload: false
- ndpi_min_version: "4.12"
+ ndpi_min_version: "4.14"
steps:
- name: Print Matrix