Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit af9499d

Browse files
fix version constraint for failing symfony 4.0
1 parent ee1bb5f commit af9499d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
matrix:
3838
include:
3939
- php: 7.1
40-
env: DEPS=dev SYMFONY_VERSION=^4@dev
40+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
4141
- php: 7.1
4242
env: DEPS=dev SYMFONY_VERSION=^3.4@dev
4343
- php: 7.1
@@ -49,7 +49,7 @@ matrix:
4949
fast_finish: true
5050
allow_failures:
5151
- php: 7.1
52-
env: DEPS=dev SYMFONY_VERSION=^4@dev
52+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
5353
- env: TEST_INSTALLATION=true
5454

5555

0 commit comments

Comments
 (0)