Skip to content

Commit

Permalink
Also load the intl ext for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Nov 18, 2024
1 parent 4fbda42 commit aa8196e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -68,6 +70,7 @@ jobs:
with:
args: --working-dir=FOSSBilling
dev: no
php_extensions: intl

- name: Run PHPStan
uses: php-actions/phpstan@v3
Expand Down Expand Up @@ -109,6 +112,7 @@ jobs:
with:
args: --working-dir=FOSSBilling/
dev: no
php_extensions: intl

- name: Run PHPStan
uses: php-actions/phpstan@v3
Expand Down

0 comments on commit aa8196e

Please sign in to comment.