diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 097bba573a..16d171c2c6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,7 +63,7 @@ jobs: - 5432:5432 redis: - image: 'redis:7.0.12' + image: 'redis:7.2.0' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"