Skip to content

avoid portability, when possible #12

avoid portability, when possible

avoid portability, when possible #12

Workflow file for this run

# This workflow will build & run tests
name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
strategy:
matrix:
pg: [ 16, 15, 14, 13, 12, 11 ]
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