From 7ad1f7eb5646a42bdcb9b0d6f70c1cabe7722a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 4 May 2023 09:56:46 +0200 Subject: [PATCH] Add required http extension to CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Szépe --- .github/workflows/pr-unit-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-unit-testing.yml b/.github/workflows/pr-unit-testing.yml index e0a7164..65f9577 100644 --- a/.github/workflows/pr-unit-testing.yml +++ b/.github/workflows/pr-unit-testing.yml @@ -53,6 +53,7 @@ jobs: with: php-version: "${{ env.PHP_VERSION }}" tools: "composer:${{ env.COMPOSER_VERSION }}" + extensions: pecl_http - name: Environment Check run: php -v && composer --version