Skip to content

Commit

Permalink
Load the intl extension for tests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling authored Jul 11, 2024
1 parent 718e45c commit 056f54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/php-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ runs:
memory_limit: ${{ inputs.phpstan-memory-limit }}
php_version: ${{ inputs.phpstan-php-version }}
version: ${{ inputs.phpstan-version }}
php_extensions: intl

- name: 'PHPUnit'
if: ${{ inputs.phpunit-enable == 'true' }}
uses: php-actions/phpunit@v4
with:
configuration: ${{ inputs.phpunit-config }}
php_version: ${{ inputs.php-version }}
version: ${{ inputs.phpunit-version }}
version: ${{ inputs.phpunit-version }}
php_extensions: intl

0 comments on commit 056f54a

Please sign in to comment.