From 50c125e77f563904399d86062db65bb135161337 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 14 Jan 2021 16:28:25 +0100 Subject: [PATCH 1/1] gh-actions: pecl_http3@PHP7 needs ext-propro --- .github/workflows/ci.yml | 10 +++++----- scripts/gen_github_workflow_ci.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d2fb1c..1b1d5fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: PHP: "7.0" enable_debug: "yes" enable_maintainer_zts: "yes" - PECLs: "pecl_http:http:3.2.4" + PECLs: "propro,pecl_http:http:3.2.4" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -51,7 +51,7 @@ jobs: PHP: "7.1" enable_debug: "yes" enable_maintainer_zts: "yes" - PECLs: "pecl_http:http:3.2.4" + PECLs: "propro,pecl_http:http:3.2.4" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -89,7 +89,7 @@ jobs: PHP: "7.2" enable_debug: "yes" enable_maintainer_zts: "yes" - PECLs: "pecl_http:http:3.2.4" + PECLs: "propro,pecl_http:http:3.2.4" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -127,7 +127,7 @@ jobs: PHP: "7.3" enable_debug: "yes" enable_maintainer_zts: "yes" - PECLs: "pecl_http:http:3.2.4" + PECLs: "propro,pecl_http:http:3.2.4" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -165,7 +165,7 @@ jobs: PHP: "7.4" enable_debug: "yes" enable_maintainer_zts: "yes" - PECLs: "pecl_http:http:3.2.4" + PECLs: "propro,pecl_http:http:3.2.4" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index d5ade68..cc2cb92 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -17,7 +17,7 @@ $job = $gen->github([ "PHP" => ["7.0", "7.1", "7.2", "7.3", "7.4"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", - "PECLs" => "pecl_http:http:3.2.4", + "PECLs" => "propro,pecl_http:http:3.2.4", ], "master" => [ "PHP" => "master", -- 2.30.2