Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  relax format assertions for fstat() results on Windows
  update ICU data from 75.1 to 76.1
  fix referencing the SYMFONY_VERSION env var
  handle error results of DateTime::modify()
  • Loading branch information
xabbuh committed Nov 8, 2024
2 parents 8069d35 + e56b243 commit 9692d47
Show file tree
Hide file tree
Showing 590 changed files with 13,812 additions and 6,562 deletions.
2 changes: 1 addition & 1 deletion Intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
*/
public static function getIcuStubVersion(): string
{
return '75.1';
return '76.1';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion Resources/data/currencies/af.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
],
'GTQ' => [
'GTQ',
'Guatemalaanse quetzal',
'Guatemalaanse kwetsal',
],
'GYD' => [
'GYD',
Expand Down
Loading

0 comments on commit 9692d47

Please sign in to comment.