Skip to content

Commit 2823630

Browse files
committed
adding PHP7.4 to travis
1 parent d841bd4 commit 2823630

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ matrix:
3333
- RUN_PHPSTAN=true
3434
- RUN_INFECTION=false
3535
- VALIDATE_CODING_STYLE=false
36+
- php: 7.4snapshot
37+
env:
38+
- COLLECT_COVERAGE=false
39+
- VALIDATE_CODING_STYLE=false
40+
- RUN_PHPSTAN=false
41+
- IGNORE_PLATFORMS=true
3642
- php: nightly
3743
env:
3844
- COLLECT_COVERAGE=false

0 commit comments

Comments
 (0)