8000 [Intl] Update the ICU data to 74.1 by jderusse · Pull Request #52343 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Intl] Update the ICU data to 74.1 #52343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
[Intl] Update the ICU data to 74.1
  • Loading branch information
jderusse committed Oct 28, 2023
commit 0b094554f63963ff52cfe442f4468a545f0d29de
2 changes: 1 addition & 1 deletion src/Symfony/Component/Intl/Intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function getIcuDataVersion(): string
*/
public static function getIcuStubVersion(): string
{
return '73.2';
return '74.1';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/Intl/Resources/bin/compile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

[[ $1 == force ]] && docker pull jakzal/php-intl
[[ $1 == force ]] && docker pull jakzal/php-intl:8.2-73.2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the image with intl 74.1 does not exist (yet) .
But it is not needed to generate stubs.

[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu

docker run \
Expand All @@ -9,5 +9,5 @@ docker run \
-v /tmp/symfony/icu:/tmp \
-v $(pwd):/symfony \
-w /symfony \
jakzal/php-intl:8.1-70.1 \
jakzal/php-intl:8.2-73.2 \
php src/Symfony/Component/Intl/Resources/bin/update-data.php
6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/af.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/ak.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/am.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/ar.php

Some generated files are not rendered by default. Learn more about how cus 8000 tomized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/as.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/az.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/be.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions src/Symfony/Component/Intl/Resources/data/currencies/bg.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/bm.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/Resources/data/currencies/bn.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
0