From 81b88cf3cc7b8bba8e1c5ef5ac9505e6856c6b0f Mon Sep 17 00:00:00 2001 From: Ibrar Ahmed Date: Tue, 27 Jul 2021 13:39:23 +0000 Subject: [PATCH] PG-194: PostgreSQL 13.3 and 14 support. PostgreSQL-14 GitHub Action added. --- .github/workflows/pg14test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pg14test.yml b/.github/workflows/pg14test.yml index dd746fa..acfcdbf 100644 --- a/.github/workflows/pg14test.yml +++ b/.github/workflows/pg14test.yml @@ -1,16 +1,16 @@ -name: pg13-test +name: pg14-test on: [push] jobs: build: - name: pg13-test + name: pg14-test runs-on: ubuntu-latest steps: - name: Clone postgres repository uses: actions/checkout@v2 with: repository: 'postgres/postgres' - ref: 'REL_13_STABLE' + ref: 'REL_14_STABLE' - name: Clone pg_stat_monitor repository uses: actions/checkout@v2