PG-194: PostgreSQL 13.3 and 14 support.

PostgreSQL-14 GitHub Action added.
pull/85/head
Ibrar Ahmed 2021-07-27 13:39:23 +00:00
parent 6c2e052396
commit 81b88cf3cc
1 changed files with 3 additions and 3 deletions

View File

@ -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