gh-actions: pecl_http3@PHP7 needs ext-propro master
authorMichael Wallner <mike@php.net>
Thu, 14 Jan 2021 15:28:25 +0000 (16:28 +0100)
committerMichael Wallner <mike@php.net>
Thu, 14 Jan 2021 15:28:25 +0000 (16:28 +0100)
.github/workflows/ci.yml
scripts/gen_github_workflow_ci.php

index 0d2fb1cfc8ab00661b1ec4c3292b5529a956c7a1..1b1d5fac49ca044c5e0268fd5a4400920b4f1349 100644 (file)
@@ -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
index d5ade680f872fbb803209337de7b75f295b3fd75..cc2cb920cb67320bdbb0425c74dcc88f24369cb7 100755 (executable)
@@ -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",