Skip to content

Commit c5067b3

Browse files
authored
build(travis): retire PHP pre 5.6, add PHP 7.3
1 parent fb59a9f commit c5067b3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ cache:
22
directories:
33
- $HOME/.composer/cache
44

5-
git:
6-
depth: 1
7-
85
language: php
96

107
php:
11-
- 5.4
12-
- 5.5
138
- 5.6
149
- 7.0
1510
- 7.1
1611
- 7.2
12+
- 7.3
1713
- nightly
1814

1915
matrix:

0 commit comments

Comments
 (0)