diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a23dc875b..30423e65b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_USER: tps_test POSTGRES_DB: tps_test @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_USER: tps_test POSTGRES_DB: tps_test @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_USER: tps_test POSTGRES_DB: tps_test