Skip to content

Commit aad90b2

Browse files
committed
CI with PHP 7.
1 parent 7e07777 commit aad90b2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
environment:
33
php:
4-
version: 5.5.25
4+
version: 7.1
55
tests:
66
override:
77
-

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22
php:
3-
- '5.5'
4-
- '5.6'
53
- '7.0'
4+
- '7.1'
65
before_script:
76
- composer update

0 commit comments

Comments
 (0)