Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit bbbc955

Browse files
authored
Merge pull request #31 from yannickroger/travis-7.0
Updated supported php versions in travis
2 parents df18373 + 7bc9376 commit bbbc955

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
8-
- hhvm
7+
- 7.3
8+
- 7.4
99
- nightly
1010

1111
before_script:
@@ -17,4 +17,3 @@ script:
1717
matrix:
1818
allow_failures:
1919
- php: nightly
20-
- php: hhvm

0 commit comments

Comments
 (0)