From 895309d93d32b9aae4c05b42f9242ccb73b0682a Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 9 Jul 2023 07:03:48 +0000 Subject: [PATCH] pg 15 for ci --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 71541fac..4acfc488 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -21,7 +21,7 @@ jobs: - uses: harmon758/postgresql-action@v1 with: - postgresql version: "14" + postgresql version: "15" postgresql db: "pipeline" postgresql user: "pipeline" postgresql password: "pipeline123456"