From 2a47e4012270fc3e646c897b99cdfc97db452f14 Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:35:30 -0700 Subject: [PATCH] Revert "test against pg 17" This reverts commit 6656887b9fe59587a12a33ddfec5b554cd706014. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d632a6b..3bb53ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: services: postgres: - image: postgres:17 + image: postgres:16 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -61,4 +61,4 @@ jobs: run: | RAW_PYTHON_VERSION=${{ matrix.version }} PYTHON_VERSION=$(echo $RAW_PYTHON_VERSION | sed 's/\.//') - tox -e $PYTHON_VERSION + tox -e $PYTHON_VERSION \ No newline at end of file