Skip to content

Commit 3a23cae

Browse files
committed
Add PHP 7.4 to travis build matrix
1 parent befe386 commit 3a23cae

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)