Skip to content

Commit 76b5379

Browse files
committed
Add php7.3 in travis tests
1 parent 7481d9c commit 76b5379

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: php
55
php:
66
- 7.1
77
- 7.2
8+
- 7.3
89

910
sudo: false
1011

@@ -25,6 +26,8 @@ matrix:
2526
env: SYMFONY_VERSION="^4.1"
2627
- php: 7.2
2728
env: EXTRA_PACKAGES="doctrine/phpcr-bundle:^1.3 brianium/paratest:^1.0 doctrine/phpcr-odm:^1.3"
29+
- php: 7.3
30+
env: SYMFONY_VERSION="^4.1"
2831
allow_failures:
2932
- php: 7.2
3033
env: SYMFONY_VERSION="dev-master"

0 commit comments

Comments
 (0)