Skip to content

Commit 6eb1f6a

Browse files
authored
Merge pull request #67 from prooph/php72
test php 7.2
2 parents e3f4c96 + a207007 commit 6eb1f6a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ matrix:
1010
- php: 7.1
1111
env:
1212
- DEPENDENCIES="--prefer-lowest --prefer-stable"
13+
- php: 7.2
14+
env:
15+
- DEPENDENCIES=""
16+
- php: 7.2
17+
env:
18+
- DEPENDENCIES="--prefer-lowest --prefer-stable"
19+
1320

1421
cache:
1522
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^6.0",
31-
"prooph/php-cs-fixer-config": "^0.1.1",
31+
"prooph/php-cs-fixer-config": "^0.2",
3232
"satooshi/php-coveralls": "^1.0",
3333
"prooph/bookdown-template": "^0.2.3",
3434
"malukenho/docheader": "^0.1.4"

0 commit comments

Comments
 (0)