Skip to content

Commit 746a32b

Browse files
Adding the PHP 7.2 to Travis CI & Scrutinizer
1 parent edb93ba commit 746a32b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ checks:
2323
tools:
2424
external_code_coverage:
2525
timeout: 600
26-
runs: 2
26+
runs: 3
2727
php_code_sniffer:
2828
enabled: true
2929
config:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo: false
55
php:
66
- 7.0
77
- 7.1
8+
- 7.2
89
- nightly
910

1011
matrix:

0 commit comments

Comments
 (0)