Skip to content

Timestamp v1.7.0

Timestamp v1.7.0 #55

Workflow file for this run

name: CI
on:
push:
branches: ['*']
pull_request:
schedule:
- cron: '0 12 15 * *' # Monthly at noon on the 15th
jobs:
build:
strategy:
matrix:
pg: [16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2, 9.1, '9.0', 8.4, 8.3, 8.2]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- run: pg-start ${{ matrix.pg }}
- uses: actions/checkout@v4
- run: pg-build-test