Skip to content

Commit

Permalink
Set GH action PostgreSQL version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Oct 22, 2024
1 parent acab82b commit cfd5aa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup PostgreSQL
uses: tj-actions/install-postgresql@v3
with:
postgresql-version: 16

- name: Set up GHC ${{ matrix.ghc-version }}
uses: haskell-actions/setup@v2
id: setup
Expand Down

0 comments on commit cfd5aa1

Please sign in to comment.