From: Michael Wallner Date: Thu, 9 Sep 2021 17:31:42 +0000 (+0200) Subject: http -> pecl_http X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=91dbc48e3d909bc05e45daee66610cc3c76780c6;hp=06ecfd98e24032de448c37fd4c18aa4ecb520752;p=mdref%2Fmdref http -> pecl_http --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8569e3e..9808558 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: libbrotli-dev - name: Install referenced php extensions for stubs run: | - for ext in raphf http pq; do + for ext in raphf pecl_http pq; do phar=$( curl -sSL -H Accept:application/json replicator.pharext.org?$ext \ | jq -r 'to_entries[-1].value.".bz2".phar'