Skip to content

Commit 89b0ce8

Browse files
authored
Support PHP 7.2 (#30)
* Add PHP 7.2 to the build matrix on Travis CI * Install various PHPUnit versions * Exclude PHPUnit 4 from PHP 7.2 build
1 parent b2003bf commit 89b0ce8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- 5.6
88
- 7.0
99
- 7.1
10+
- 7.2
1011

1112
env:
1213
- DEPS=normal
@@ -15,6 +16,11 @@ env:
1516

1617
matrix:
1718
fast_finish: true
19+
exclude:
20+
- php: 7.2
21+
env: DEPS=normal
22+
- php: 7.2
23+
env: DEPS=lowest
1824

1925
branches:
2026
only:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tijsverkoyen/css-to-inline-styles": "^2.1"
1616
},
1717
"require-dev" : {
18-
"phpunit/phpunit": "^4.0|^5.0",
18+
"phpunit/phpunit": "^4 || ^5 || ^6",
1919
"symfony/css-selector": "^2.0.5|^3.0"
2020
},
2121
"autoload": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)