Skip to content

Commit aed228e

Browse files
author
Luke Woodward
committed
Update travis to use 7.1 and 7.2
1 parent c73128d commit aed228e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22

33
php:
4+
- '7.2'
45
- '7.1'
5-
- '7.0'
66

77
install: composer install
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"composer-plugin-api": "^1.0"
2424
},
25-
"require-dev" : {
25+
"require-dev" : {
2626
"phpunit/phpunit": "^7.1.4",
2727
"10up/wp_mock": "dev-dev",
2828
"codeclimate/php-test-reporter": "^0.4.4"

0 commit comments

Comments
 (0)