Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Add PG14
  • Loading branch information
yamatattsu committed Mar 12, 2024
1 parent 9a5b2bb commit 9a70a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
# Target version of PostgreSQL
matrix:
version: [10, 11, 12, 13]
version: [10, 11, 12, 13, 14]
env:
PGVERSION: ${{ matrix.version }}

Expand Down

0 comments on commit 9a70a7e

Please sign in to comment.