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 abbd096 commit 433b083Copy full SHA for 433b083
.github/workflows/continuous-integration.yml
@@ -28,6 +28,8 @@ jobs:
28
services:
29
memcached:
30
image: "memcached:${{ matrix.memcached-version }}"
31
+ ports:
32
+ - 11211:11211
33
34
steps:
35
- name: Checkout
0 commit comments