Skip to content

Add postgres 18; Fix PITR issues (#54) #9

Add postgres 18; Fix PITR issues (#54)

Add postgres 18; Fix PITR issues (#54) #9

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4