diff --git a/.github/workflows/bats-postgres.yml b/.github/workflows/bats-postgres.yml index 63a507cc3..b48602288 100644 --- a/.github/workflows/bats-postgres.yml +++ b/.github/workflows/bats-postgres.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 20 services: database: - image: postgres:latest + image: postgres:14 env: POSTGRES_PASSWORD: "secret" ports: