Skip to content

Merge pull request #35 from dalibo/remove_pg_fini #122

Merge pull request #35 from dalibo/remove_pg_fini

Merge pull request #35 from dalibo/remove_pg_fini #122

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
pg: [15,14,13,12]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- name: Start PostgreSQL ${{ matrix.pg }}
run: pg-start ${{ matrix.pg }}
- name: Check out the repo
uses: actions/checkout@v3
- name: Test on PostgreSQL ${{ matrix.pg }}
run: pg-build-test