From 91dbc48e3d909bc05e45daee66610cc3c76780c6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 9 Sep 2021 19:31:42 +0200 Subject: [PATCH] http -> pecl_http --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2