Skip to content

Commit 626d9af

Browse files
author
sergiy-petrov
authored
add php7.4 to travis
1 parent 79132e2 commit 626d9af

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)