Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  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 7ec52f8 + 7541055 commit 85a90c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Constraints/TimezoneValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ public static function getValidTimezones(): iterable
yield ['America/Argentina/Buenos_Aires'];

// not deprecated in ICU
yield ['CST6CDT'];
yield ['EST5EDT'];
yield ['MST7MDT'];
yield ['PST8PDT'];
yield ['America/Toronto'];

// previously expired in ICU
Expand Down

0 comments on commit 85a90c0

Please sign in to comment.