Skip to content

Commit ed7fe41

Browse files
authored
Add PHP 7.3 to CI
1 parent 61c9a01 commit ed7fe41

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
@@ -9,6 +9,7 @@ env:
99
php:
1010
- 7.1
1111
- 7.2
12+
- 7.3
1213

1314
install:
1415
# Install coveralls.phar
@@ -36,4 +37,4 @@ after_script:
3637
cache:
3738
directories:
3839
- vendor
39-
- $COMPOSER_CACHE_DIR
40+
- $COMPOSER_CACHE_DIR

0 commit comments

Comments
 (0)