Add memcached image
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
e9a418262e
commit
fb06c23f87
|
@ -48,6 +48,10 @@ jobs:
|
|||
--health-retries 5
|
||||
ports:
|
||||
- "6379:6379"
|
||||
memcached:
|
||||
image: memcached
|
||||
ports:
|
||||
- "11211:11211"
|
||||
|
||||
phpunit-sqlite:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in New Issue