diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42c18d405..14feef895 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: poll: "-DFORCE_POLL=OFF" upload: true upload_suffix: "" - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -56,7 +56,7 @@ jobs: poll: "-DFORCE_POLL=OFF" upload: true upload_suffix: "-host-gcrypt" - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "clang" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -70,7 +70,7 @@ jobs: poll: "-DFORCE_POLL=OFF" upload: true upload_suffix: "-no-zlib" - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -83,7 +83,7 @@ jobs: coverage: "-DENABLE_COVERAGE=ON" poll: "-DFORCE_POLL=ON" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "clang" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -96,7 +96,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: "-DFORCE_POLL=OFF" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "clang-12" os: "ubuntu-22.04" ndpi_build: "-DBUILD_NDPI=ON" @@ -109,7 +109,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc-10" os: "ubuntu-22.04" ndpi_build: "-DBUILD_NDPI=ON" @@ -122,7 +122,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: "-DFORCE_POLL=ON" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc-9" os: "ubuntu-22.04" ndpi_build: "-DBUILD_NDPI=ON" @@ -135,7 +135,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: "-DFORCE_POLL=OFF" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "cc" os: "macOS-13" ndpi_build: "-DBUILD_NDPI=OFF" @@ -149,7 +149,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" steps: - name: Print Matrix |