Skip to content

Commit bde6af0

Browse files
authored
Merge pull request #82 from sergiy-petrov/patch-1
add php7.4 to travis
2 parents 79132e2 + 626d9af commit bde6af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ matrix:
2323
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-lowest'
2424
- php: 7.3
2525
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
26+
- php: 7.4
27+
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-lowest'
28+
- php: 7.4
29+
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
2630

2731
before_install:
2832
- travis_retry composer self-update

0 commit comments

Comments
 (0)