Skip to content

Build for Postgres 16 & 17 #5

Build for Postgres 16 & 17

Build for Postgres 16 & 17 #5

Workflow file for this run

name: Tests on PG14
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build and run tests in Docker
run: env USE_DOCKER=1 POSTGRES_VERSION=14 ./build-and-test.sh