Skip to content

Commit 85a90c0

Browse files
committed
Merge branch '6.4' into 7.1
* 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()
2 parents 7ec52f8 + 7541055 commit 85a90c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Constraints/TimezoneValidatorTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ public static function getValidTimezones(): iterable
6969
yield ['America/Argentina/Buenos_Aires'];
7070

7171
// not deprecated in ICU
72-
yield ['CST6CDT'];
73-
yield ['EST5EDT'];
74-
yield ['MST7MDT'];
75-
yield ['PST8PDT'];
7672
yield ['America/Toronto'];
7773

7874
// previously expired in ICU

0 commit comments

Comments
 (0)