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

Commit 31ad69a

Browse files
Merge pull request #53 from alexislefebvre/dont-test-symfony-3.4.0-on-php-7.0
Don't test Symfony 3.4.0 on PHP 7.0, test 3.4.9
2 parents 6dfd4a4 + 6feeb84 commit 31ad69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
matrix:
2222
include:
2323
- php: 7.0
24-
env: SYMFONY_VERSION="3.4"
24+
env: SYMFONY_VERSION="3.4.*"
2525

2626
# Only send code coverage to Code Climate for the current versions of PHP and Symfony LTS
2727
# https://github.com/doctrine/doctrine2/blob/3570f4a49afc7e98fed71e0596dded6a39d4fd7b/.travis.yml#L16

0 commit comments

Comments
 (0)