From 5db0c28c7066d5718ce655646439f1394d9ec5da Mon Sep 17 00:00:00 2001 From: David Genord II Date: Fri, 27 Dec 2024 13:11:00 -0500 Subject: [PATCH] Update libpq5 version Wildcard against version 12 --- .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 5828b419..79094402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -237,7 +237,7 @@ jobs: - name: Reinstall libpg if: ${{ matrix.ruby < '2.4' && contains(matrix.gemfile, 'postgresql') }} # version located via https://pkgs.org/search/?q=libpq5 and the Ubuntu 20.04 LTS package list - run: sudo apt-get update && sudo apt-get install -y --allow-downgrades libpq5=12.19-0ubuntu0.20.04.1 && sudo apt-get install -y --allow-downgrades libpq-dev + run: sudo apt-get update && sudo apt-get install -y --allow-downgrades libpq5=12.* && sudo apt-get install -y --allow-downgrades libpq-dev - uses: ruby/setup-ruby@v1 env: BUNDLE_GEMFILE: ${{ matrix.gemfile }}