Skip to content

Commit 7528644

Browse files
committed
Use tilde
1 parent 47c6dda commit 7528644

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
@@ -26,12 +26,13 @@ matrix:
2626
- php: 5.6
2727
- php: 7.0
2828
- php: 7.1
29+
- php: 7.2
2930

3031
# Test LTS versions
3132
- php: 5.5
32-
env: DEPENDENCIES="symfony/lts:v2"
33+
env: DEPENDENCIES="symfony/lts:^2"
3334
- php: 5.5
34-
env: DEPENDENCIES="symfony/lts:v3"
35+
env: DEPENDENCIES="symfony/lts:^3"
3536

3637
# Latest commit to master
3738
- php: 7.1

0 commit comments

Comments
 (0)