Skip to content

Commit

Permalink
FIX: Add ext-intl to composer step
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ll-m3-j4ck committed Aug 14, 2023
1 parent d0e4cb9 commit 91aa87e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.2
php_extensions: ext-intl
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit 91aa87e

Please sign in to comment.