From a3a93046b7efafae8357831ed5b3082687617ef5 Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Mon, 19 Aug 2024 21:12:04 +0500 Subject: [PATCH] github cicd: bump postgresql in order to work --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffe08ea..7ed97f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Install postgresql uses: tj-actions/install-postgresql@v3 with: - postgresql-version: 11 + postgresql-version: 12 - uses: actions/checkout@v3 - name: Include ppa repository run: sudo add-apt-repository ppa:deadsnakes/ppa