diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e7d8120be..f68e3b98cd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: - 5432:5432 redis: - image: 'redis:7.0.11' + image: 'redis:7.0.12' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"