Skip to content

Commit

Permalink
MDL-66062 travis: Force PHP 7.1.30 to avoid some unit test failures
Browse files Browse the repository at this point in the history
Make this sticky because current default version (7.1.11)
has a bug with redis-extension outputting information and breaking
tests.
  • Loading branch information
stronk7 committed Jul 2, 2019
1 parent 7ec1804 commit 3b07f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dist: trusty
php:
# We only run the highest and lowest supported versions to reduce the load on travis-ci.org.
- 7.3
- 7.1
- 7.1.30 # Make this sticky because current default version (7.1.11) has a bug with redis-extension output (MDL-66062)

addons:
postgresql: "9.6"
Expand Down

0 comments on commit 3b07f13

Please sign in to comment.