Skip to content

Commit

Permalink
Avoid using niden/actions-memcached (#35499)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 6, 2020
1 parent 57797fa commit 5c438cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest

services:
memcached:
image: memcached:1.6-alpine
ports:
- 11211:11211
mysql:
image: mysql:5.7
env:
Expand Down Expand Up @@ -44,9 +48,6 @@ jobs:
tools: composer:v2
coverage: none

- name: Setup Memcached
uses: niden/actions-memcached@v7

- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,7 +1,7 @@
version: '3'
services:
memcached:
image: memcached:1.5-alpine
image: memcached:1.6-alpine
ports:
- "11211:11211"
restart: always
Expand Down

0 comments on commit 5c438cb

Please sign in to comment.