Skip to content

Commit

Permalink
Test php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caciobanu committed Mar 21, 2020
1 parent b85d6d7 commit e4402f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
tools:
external_code_coverage:
timeout: 720

build:
environment:
php:
version: '7.4'
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ matrix:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4

# Test with the lowest dependencies
- php: 7.3
- php: 7.4
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"

before_script:
Expand Down

0 comments on commit e4402f3

Please sign in to comment.