Skip to content

Commit 55ea04a

Browse files
committed
Do not test on PHP < 7.2; those are EOL
1 parent 5737d60 commit 55ea04a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: php
22
sudo: false
33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7
8-
- 7.0
9-
- 7.1
4+
- 7.2
5+
- 7.3
6+
- 7.4
107
install:
118
- pear install pear/PHP_CodeSniffer
129
- phpenv rehash

0 commit comments

Comments
 (0)