We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85d6d7 commit e4402f3Copy full SHA for e4402f3
.scrutinizer.yml
@@ -1,3 +1,8 @@
1
tools:
2
external_code_coverage:
3
timeout: 720
4
+
5
+build:
6
+ environment:
7
+ php:
8
+ version: '7.4'
.travis.yml
@@ -11,9 +11,10 @@ matrix:
11
- php: 7.1
12
- php: 7.2
13
- php: 7.3
14
+ - php: 7.4
15
16
# Test with the lowest dependencies
- - php: 7.3
17
18
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"
19
20
before_script:
0 commit comments