Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 88d5e2e

Browse files
committed
Test SF 3.4 against nightly
1 parent 7a48aa4 commit 88d5e2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ matrix:
1414
allow_failures:
1515
- php: nightly
1616
include:
17+
- php: 7.0
18+
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
1719
- php: 7.1
1820
env: SYMFONY_VERSION="3.4.*"
1921
- php: 7.2
2022
env: SYMFONY_VERSION="3.4.*"
21-
- php: 7.0
22-
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
23+
- php: nightly
24+
env: SYMFONY_VERSION="3.4.*"
2325

2426
sudo: false
2527

0 commit comments

Comments
 (0)