Skip to content
Prev Previous commit
Next Next commit
Add ext-intl for composer-require-checker
  • Loading branch information
tvdijen committed Dec 16, 2025
commit 7a0d76d95ab242eaeb418893acbcaabbaed3f26e
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
# Should be the higest supported version, so we can use the newest tools
php-version: '8.5'
tools: composer, composer-require-checker, composer-unused
extensions: ctype, date, filter, pcre, sodium, spl
extensions: ctype, date, filter, intl, pcre, sodium, spl
coverage: none

- name: Setup problem matchers for PHP
Expand Down