X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=1b1d5fac49ca044c5e0268fd5a4400920b4f1349;hp=0d2fb1cfc8ab00661b1ec4c3292b5529a956c7a1;hb=50c125e77f563904399d86062db65bb135161337;hpb=161c496af75d7359ce29d88d2c6d9ae79ec0c350 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