Skip to content

Protect referenced PLpgSQL_function structure until fextra is used #74

Protect referenced PLpgSQL_function structure until fextra is used

Protect referenced PLpgSQL_function structure until fextra is used #74

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
strategy:
matrix:
pg: [17, 16, 15, 14]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- run: pg-start ${{ matrix.pg }}
- uses: actions/checkout@v2
- run: pg-build-test