Skip to content

Commit 05d32f0

Browse files
authored
test with php 7.3
1 parent 49f2e81 commit 05d32f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ matrix:
3939

4040
- php: 7.1
4141
- php: 7.2
42+
- php: 7.3
4243
env:
4344
- PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover"
4445
- COVERAGE=true
4546
- DOCCHECK=true
4647

4748
# Test LTS versions. Read more at https://github.com/symfony/lts
48-
- php: 7.2
49+
- php: 7.3
4950
env: DEPENDENCIES="symfony/lts:^3"
5051

5152
# Latest commit to master
52-
- php: 7.2
53+
- php: 7.3
5354
env: STABILITY="dev"
5455

5556
allow_failures:

0 commit comments

Comments
 (0)