diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 976da1fe..3385f157 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: # Docker containers to run for database RPC tracing integration tests. services: mongo: - image: mongo:5 + image: mongo:7 ports: - 27017:27017 mysql: