We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57797fa commit 5c438cbCopy full SHA for 5c438cb
.github/workflows/tests.yml
@@ -11,6 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
13
services:
14
+ memcached:
15
+ image: memcached:1.6-alpine
16
+ ports:
17
+ - 11211:11211
18
mysql:
19
image: mysql:5.7
20
env:
@@ -44,9 +48,6 @@ jobs:
44
48
tools: composer:v2
45
49
coverage: none
46
50
47
- - name: Setup Memcached
- uses: niden/actions-memcached@v7
-
51
- name: Setup problem matchers
52
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
53
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
3
memcached:
4
- image: memcached:1.5-alpine
5
ports:
6
- "11211:11211"
7
restart: always
0 commit comments