From ac49bbdcbf5a4baa77860b263d66dfeea8d4473e Mon Sep 17 00:00:00 2001 From: Joanhey Date: Thu, 13 Jun 2024 19:41:47 +0200 Subject: [PATCH] Unbuntu 20.04 disable tests for PHP 8.2 & 8.3 --- .github/workflows/build_20.04.yml | 2 +- .github/workflows/build_20.04_dynamic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_20.04.yml b/.github/workflows/build_20.04.yml index d2ab01ec..a274ec67 100644 --- a/.github/workflows/build_20.04.yml +++ b/.github/workflows/build_20.04.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] + php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] nginx_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. diff --git a/.github/workflows/build_20.04_dynamic.yml b/.github/workflows/build_20.04_dynamic.yml index f93f323a..04f49122 100644 --- a/.github/workflows/build_20.04_dynamic.yml +++ b/.github/workflows/build_20.04_dynamic.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] + php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] nginx_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.