We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b04ef commit b77deddCopy full SHA for b77dedd
3 files changed
.github/workflows/bench.yml
@@ -25,7 +25,6 @@ jobs:
25
phpbench:
26
uses: yiisoft/actions/.github/workflows/phpbench.yml@master
27
with:
28
- extensions: intl
29
os: >-
30
['ubuntu-latest', 'windows-latest']
31
php: >-
.github/workflows/build.yml
@@ -33,7 +33,6 @@ jobs:
33
phpunit_without_extensions:
34
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
35
36
37
38
39
composer.json
@@ -19,7 +19,6 @@
19
"require": {
20
"php": "^8.0",
21
"ext-json": "*",
22
- "ext-intl": "*",
23
"ext-mbstring": "*",
24
"psr/container": "^1.0|^2.0",
"yiisoft/arrays": "^2.1",
0 commit comments