Skip to content

Commit 9aeae5b

Browse files
authored
[TASK] Add PHP 7.1 and 7.2 to travis-ci
Minor phpunit upgrade from 4.7.x to 4.8.x to execute unit tests with PHP 7.1 & 7.2 and still keep PHP 5.3 composer remove phpunit/phpunit composer require --dev phpunit/phpunit ^4.8
1 parent 5367c02 commit 9aeae5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ matrix:
88
- php: 5.5
99
- php: 5.6
1010
- php: 7
11+
- php: 7.1
12+
- php: 7.2
1113

1214
sudo: false
1315

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"composer/composer": "dev-master",
2828
"mikey179/vfsStream": "1.4.*@dev",
29-
"phpunit/phpunit": "~4.7.0"
29+
"phpunit/phpunit": "^4.8"
3030
},
3131
"replace": {
3232
"helhum/class-alias-loader": "*"

0 commit comments

Comments
 (0)