Skip to content

feat: support PostgreSQL 18 temporal constraints (WITHOUT OVERLAPS / PERIOD) #470

feat: support PostgreSQL 18 temporal constraints (WITHOUT OVERLAPS / PERIOD)

feat: support PostgreSQL 18 temporal constraints (WITHOUT OVERLAPS / PERIOD) #470

Workflow file for this run

name: CI Test
on:
pull_request:
branches: [main]
paths-ignore:
- "**.md"
- "docs/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
- name: Run tests
run: go test -v ./...