Skip to content

add forgotten break in switch entry - without functionality change #184

add forgotten break in switch entry - without functionality change

add forgotten break in switch entry - without functionality change #184

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
strategy:
matrix:
pg: [18, 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