Skip to content

Commit

Permalink
[TASK] Add intl extension to composer action
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomschinken committed Aug 16, 2024
1 parent b24d082 commit 546173d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 8.2
php_extensions: intl
- uses: php-actions/phpstan@v3
with:
configuration: ./Build/Testing/phpstan.neon
Expand All @@ -20,11 +23,14 @@ jobs:

- name: Composer install
uses: php-actions/composer@v6
with:
php_version: 8.2
php_extensions: intl

- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
with:
php_version: 8.1
php_version: 8.2
ignore: /vendor/
path: .
standard: PSR2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ composer.lock
/Build/.phpunit.result.cache
/Build/testing-docker/.env
/vendor
.php-cs-fixer.cache

0 comments on commit 546173d

Please sign in to comment.