From aa8196e1345d51c4ac35407700d3dc2fd15d1e23 Mon Sep 17 00:00:00 2001 From: Belle Aerni Date: Mon, 18 Nov 2024 12:53:54 -0800 Subject: [PATCH] Also load the intl ext for the tests --- .github/workflows/php-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index 15756c9..946fc81 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -31,6 +31,8 @@ jobs: - name: Install Composer Dependencies if: steps.composer-cache.outputs.cache-hit != 'true' uses: php-actions/composer@v6 + with: + php_extensions: intl - name: Create Build Archive for Tests run: | @@ -68,6 +70,7 @@ jobs: with: args: --working-dir=FOSSBilling dev: no + php_extensions: intl - name: Run PHPStan uses: php-actions/phpstan@v3 @@ -109,6 +112,7 @@ jobs: with: args: --working-dir=FOSSBilling/ dev: no + php_extensions: intl - name: Run PHPStan uses: php-actions/phpstan@v3