Skip to content

Commit f5b28ce

Browse files
committed
Merge branch 'hotfix/enable-php74-builds'
Close #4
2 parents befe386 + 3a23cae commit f5b28ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ matrix:
4444
- php: 7.3
4545
env:
4646
- DEPS=latest
47+
- php: 7.4
48+
env:
49+
- DEPS=latest
4750

4851
before_install:
4952
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)