Skip to content

Commit

Permalink
try also building against Postgres master (PG17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed May 28, 2024
1 parent 80271bc commit 8761060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
version: [REL_16_STABLE]
version: [REL_16_STABLE, master]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -28,6 +28,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
create-symlink: true
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.version }}

- name: Checkout pg_quack extension code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8761060

Please sign in to comment.