Skip to content

Commit 2a5710f

Browse files
minor symfony#38321 Fix flaky test possiblity on PHP >=7.1 (Valentin)
This PR was merged into the 5.1 branch. Discussion ---------- Fix flaky test possiblity on PHP >=7.1 | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix symfony#38320 | License | MIT | Doc PR | not needed Commits ------- f99256f Fix flaky test possiblity on PHP >=7.1
2 parents 66758ad + f99256f commit 2a5710f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- cd ..
2626
- copy /Y php.ini-development php.ini-min
2727
- echo memory_limit=-1 >> php.ini-min
28-
- echo serialize_precision=14 >> php.ini-min
28+
- echo serialize_precision=-1 >> php.ini-min
2929
- echo max_execution_time=1200 >> php.ini-min
3030
- echo date.timezone="America/Los_Angeles" >> php.ini-min
3131
- echo extension_dir=ext >> php.ini-min

0 commit comments

Comments
 (0)