From 658feecd4faf8213fa10e99a47e9b9afe0185a2b Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 7 Dec 2024 10:48:34 +0800 Subject: [PATCH] redis and memcached alpine --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7815e83b..a7154460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: name: "${{ matrix.os }} Python: ${{ matrix.python-version }}" services: redis: - image: redis:6.2.6 + image: redis:6.2-alpine ports: - 6379:6379 memcached: - image: memcached:1.6.12 + image: memcached:1.6-alpine ports: - 11211:11211 mysql: