Skip to content

Commit b77dedd

Browse files
committed
Revert intl requirement
1 parent 86b04ef commit b77dedd

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/bench.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
phpbench:
2626
uses: yiisoft/actions/.github/workflows/phpbench.yml@master
2727
with:
28-
extensions: intl
2928
os: >-
3029
['ubuntu-latest', 'windows-latest']
3130
php: >-

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
phpunit_without_extensions:
3434
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
3535
with:
36-
extensions: intl
3736
os: >-
3837
['ubuntu-latest', 'windows-latest']
3938
php: >-

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"require": {
2020
"php": "^8.0",
2121
"ext-json": "*",
22-
"ext-intl": "*",
2322
"ext-mbstring": "*",
2423
"psr/container": "^1.0|^2.0",
2524
"yiisoft/arrays": "^2.1",

0 commit comments

Comments
 (0)