Skip to content

Commit 2a22572

Browse files
committed
Build also with PHP 7.3
1 parent 0b407a4 commit 2a22572

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- 7.2
4+
- "5.4"
5+
- "5.5"
6+
- "5.6"
7+
- "7.0"
8+
- "7.1"
9+
- "7.2"
10+
- "7.3"
1011

1112
sudo: false
1213

0 commit comments

Comments
 (0)