From ffb2be005d2344b420849505ab3b15c99a0864e6 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Wed, 15 Dec 2021 12:14:58 -0800 Subject: [PATCH] Switch CI version of PostgreSQL back to 11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf09f8f..41d28045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:latest + image: postgres:11 ports: ["5432:5432"] options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 mysql: