Skip to content

Commit 010fb44

Browse files
authored
test lowest version with lowest supported php version, not highest (#387)
1 parent 027dff7 commit 010fb44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ branches:
2121
matrix:
2222
fast_finish: true
2323
include:
24-
# Minimum supported Symfony version and latest PHP version
25-
- php: 7.4
24+
# Minimum supported Symfony version and lowest PHP version
25+
- php: 7.2
2626
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
2727

2828
# Test the latest stable release

0 commit comments

Comments
 (0)