Skip to content

Commit

Permalink
updated php requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Brand committed Mar 18, 2019
1 parent da248f8 commit 245687f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: "5.6"
version: "7.1"
ini:
'date.timezone': 'Europe/Berlin'
tests:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

before_script:
- composer self-update
Expand Down

0 comments on commit 245687f

Please sign in to comment.