Skip to content

Commit e4402f3

Browse files
committed
Test php 7.4
1 parent b85d6d7 commit e4402f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
tools:
22
external_code_coverage:
33
timeout: 720
4+
5+
build:
6+
environment:
7+
php:
8+
version: '7.4'

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ matrix:
1111
- php: 7.1
1212
- php: 7.2
1313
- php: 7.3
14+
- php: 7.4
1415

1516
# Test with the lowest dependencies
16-
- php: 7.3
17+
- php: 7.4
1718
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"
1819

1920
before_script:

0 commit comments

Comments
 (0)