diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54e59833..6065b061 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:16-alpine # ghcr.io/lysand-org/postgres:main + image: ghcr.io/lysand-org/postgres:main ports: - 5432:5432 env: