From b52c73622a9a8874fc7215baf7648e2f84cfeb68 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Sat, 17 Feb 2024 17:56:46 +0100 Subject: [PATCH] Use last nginx v1.25.4 in tests --- .github/workflows/build_20.04.yml | 2 +- .github/workflows/build_20.04_dynamic.yml | 2 +- .github/workflows/build_22.04.yml | 2 +- .github/workflows/build_22.04_dynamic.yml | 2 +- .github/workflows/build_development.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_20.04.yml b/.github/workflows/build_20.04.yml index 9fbaee53..e44be067 100644 --- a/.github/workflows/build_20.04.yml +++ b/.github/workflows/build_20.04.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] - ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.3"] # "1.12.2" fail to compile + ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.4"] # "1.12.2" fail to compile # Disable fail-fast to allow all failing versions to fail in a # single build, rather than stopping when the first one fails. fail-fast: false diff --git a/.github/workflows/build_20.04_dynamic.yml b/.github/workflows/build_20.04_dynamic.yml index 4b77cc84..79f3f9bd 100644 --- a/.github/workflows/build_20.04_dynamic.yml +++ b/.github/workflows/build_20.04_dynamic.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] - ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.3"] # "1.12.2" fail to compile + ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.4"] # "1.12.2" fail to compile # Disable fail-fast to allow all failing versions to fail in a # single build, rather than stopping when the first one fails. fail-fast: false diff --git a/.github/workflows/build_22.04.yml b/.github/workflows/build_22.04.yml index a6b44e32..0dcfe70b 100644 --- a/.github/workflows/build_22.04.yml +++ b/.github/workflows/build_22.04.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] - ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.3"] # "1.12.2" fail to compile + ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.4"] # "1.12.2" fail to compile # Disable fail-fast to allow all failing versions to fail in a # single build, rather than stopping when the first one fails. fail-fast: false diff --git a/.github/workflows/build_22.04_dynamic.yml b/.github/workflows/build_22.04_dynamic.yml index f2d2d414..983aaeb9 100644 --- a/.github/workflows/build_22.04_dynamic.yml +++ b/.github/workflows/build_22.04_dynamic.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php_version: ["7.4", "8.0", "8.1", "8.2", "8.3"] # "7.0", "7.1", "7.2", "7.3", - ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.3"] # "1.12.2" fail to compile + ngxinx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.4"] # "1.12.2" fail to compile # Disable fail-fast to allow all failing versions to fail in a # single build, rather than stopping when the first one fails. fail-fast: false diff --git a/.github/workflows/build_development.yml b/.github/workflows/build_development.yml index e0af6e87..5566cc08 100644 --- a/.github/workflows/build_development.yml +++ b/.github/workflows/build_development.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: php_version: ["8.3"] - ngxinx_version: ["1.25.3"] # "1.12.2" fail to compile + ngxinx_version: ["1.25.4"] # "1.12.2" fail to compile # Disable fail-fast to allow all failing versions to fail in a # single build, rather than stopping when the first one fails. fail-fast: false