Skip to content

Commit 3235e18

Browse files
authored
Merge pull request #37 from open-source-contributions/use_php74_nightly
Add php-7.4 and nightly version tests
2 parents 6d5093c + a462c5e commit 3235e18

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
@@ -1,15 +1,18 @@
11
language: php
22

33
php:
4+
- 7.4
45
- 7.3
56
- 7.2
67
- 7.1
78
- hhvm
9+
- nightly
810

911
matrix:
1012
fast_finish: true
1113
allow_failures:
1214
- php: hhvm
15+
- php: nightly
1316

1417
before_script:
1518
- composer update --prefer-dist

0 commit comments

Comments
 (0)