Add memcached image

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-06-03 22:41:12 +02:00
parent e9a418262e
commit fb06c23f87
No known key found for this signature in database
GPG Key ID: CC14BE8FDDEB46B8
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ jobs:
--health-retries 5
ports:
- "6379:6379"
memcached:
image: memcached
ports:
- "11211:11211"
phpunit-sqlite:
runs-on: ubuntu-20.04