gh-actions: pecl_http3@PHP7 needs ext-propro
[m6w6/ext-raphf] / .github / workflows / ci.yml
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