Skip to content

Commit ea05806

Browse files
committed
Travis: Add PHP 7.4
1 parent 1e5a44d commit ea05806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
2+
dist: bionic
23

34
php:
4-
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
before_script:
910
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

0 commit comments

Comments
 (0)