Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.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 dc259b8 + 7caeb2a commit 7541055
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 7541055

Please sign in to comment.