Skip to content

Commit

Permalink
Lock memcached server to version 1.4
Browse files Browse the repository at this point in the history
Version 1.5 causes problems with test_multi_use_compatibility()

Reported upstream as https://tracker.moodle.org/browse/MDL-60037

Fixes #36
  • Loading branch information
danpoltawski committed Sep 6, 2017
1 parent 54c26a1 commit c7bd54c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit-external-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ services:
environment:
MOODLE_DOCKER_PHPUNIT_EXTRAS: "true"
memcached0:
image: memcached:1
image: memcached:1.4
memcached1:
image: memcached:1
image: memcached:1.4
redis:
image: redis:3
solr:
Expand All @@ -16,4 +16,4 @@ services:
- solr-precreate
- test
ldap:
image: larrycai/openldap
image: larrycai/openldap

0 comments on commit c7bd54c

Please sign in to comment.