Skip to content

Commit

Permalink
Revert "test against pg 17"
Browse files Browse the repository at this point in the history
This reverts commit 6656887.
  • Loading branch information
No767 committed Nov 3, 2024
1 parent e681bd8 commit 2a47e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
postgres:
image: postgres:17
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -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

0 comments on commit 2a47e40

Please sign in to comment.