Skip to content

Commit

Permalink
PostgreSQL 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jan 3, 2024
1 parent 840a4b7 commit d265bc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
CGO_ENABLED: ${{ matrix.cgo }}

# Start a PostgreSQL server
- uses: ikalnytskyi/action-setup-postgres@v4
- uses: cycle-five/action-setup-postgres
with:
postgres-version: "16"
id: postgres

- name: test ./...
Expand Down

0 comments on commit d265bc0

Please sign in to comment.