Skip to content

Commit 60efd20

Browse files
author
Tom Mairs
authored
Merge pull request #193 from grogy/patch-1
Added check PHP 7.2, 7.3 and 7.4 in CI server
2 parents 9e977d8 + 7d04406 commit 60efd20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ php:
33
- '5.6'
44
- '7.0'
55
- '7.1'
6+
- '7.2'
7+
- '7.3'
8+
- '7.4'
69
install:
710
- composer install --no-interaction
811
script:

0 commit comments

Comments
 (0)