Skip to content

Commit d67eb5d

Browse files
minor #582 add php 7.4 (andreybolonin)
This PR was merged into the 1.5-dev branch. Discussion ---------- add php 7.4 Commits ------- e09c7e6 add php 7.4
2 parents 0e7849a + e09c7e6 commit d67eb5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ matrix:
99
env: COMPOSER_FLAGS='--prefer-lowest'
1010
- php: 7.2
1111
- php: 7.3
12+
- php: 7.4
1213
fast_finish: true
1314

1415
cache:

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<php>
2020
<ini name="error_reporting" value="-1" />
21+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
2122
</php>
2223

2324
<filter>

0 commit comments

Comments
 (0)