Skip to content

Commit f08495e

Browse files
authored
Update travis-ci configuration to test in PHP7.3/4
Adds `7.3` and `7.4snapshot` to `.travis.yml`. The `snapshot` part appears to be required at the moment, but I expect in a few days or weeks it will be able to switch to plain `7.4`. I noticed that there is a deprecation notice for a bunch of the curly brace string accessors in the latest Release, please let me know if I can be of help to solve that. This library is used within [Sculpin](https://sculpin.io/), which I help maintain.
1 parent 90e0f5f commit f08495e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ cache:
77
- $HOME/.composer/
88

99
# Run tests against all these PHP versions
10+
# TODO: When it becomes possible in TravisCI, switch 7.4snapshot to plain 7.4
1011
php:
1112
- 5.4
1213
- 5.5
1314
- 5.6
1415
- 7.0
1516
- 7.1
1617
- 7.2
18+
- 7.3
19+
- 7.4snapshot
1720
- hhvm
1821

1922
before_script:

0 commit comments

Comments
 (0)