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