Skip to content

chore(deps): update actions/checkout action in CI #202

chore(deps): update actions/checkout action in CI

chore(deps): update actions/checkout action in CI #202

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/vadosware/pg_idkit/builder-gnu:0.1.x
strategy:
matrix:
config:
- rpm:
arch: x86_64
pgrx:
version: pg15
- rpm:
arch: x86_64
pgrx:
version: pg16
- rpm:
arch: x86_64
pgrx:
version: pg17
steps:
- uses: actions/checkout@v4
- name: Build & test the project
uses: ./.github/workflows/build-and-test-gnu