From: Michael Wallner Date: Thu, 14 Jan 2021 15:28:25 +0000 (+0100) Subject: gh-actions: pecl_http3@PHP7 needs ext-propro X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=commitdiff_plain;h=HEAD gh-actions: pecl_http3@PHP7 needs ext-propro --- 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",