Skip to content

Commit 3456e8f

Browse files
committed
update travis.yml file
1 parent 456ba4c commit 3456e8f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: php
22
php:
3-
- '7.0'
4-
- '7.1'
5-
- '7.2'
3+
- "7.2"
64

75
cache:
86
directories:
97
- $HOME/.composer/cache
108

119
before_script:
12-
- composer install
10+
- composer install
1311
script: composer test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.6"
18+
"php": ">=7.2"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "5.7",

0 commit comments

Comments
 (0)