Skip to content

allow to run plpgsql_check regress test while pg_stat_statements is l… #90

allow to run plpgsql_check regress test while pg_stat_statements is l…

allow to run plpgsql_check regress test while pg_stat_statements is l… #90

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