Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
fix: update pg versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Feb 9, 2024
1 parent e1f1c52 commit c524dd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ orbs:
sixrs-gke: sixriversystems/sixrs-gke@7

aliases:
- &pg_default "14.9"
- &pg_future "15.4"
- &pg_default "14.10"
- &pg_future "15.5"
- &pg_latest "16.1"

jobs:
all-in-one:
Expand Down Expand Up @@ -226,6 +227,7 @@ workflows:
pgver:
- *pg_default
- *pg_future
- *pg_latest
cgo:
- "1"
- "0"
Expand Down

0 comments on commit c524dd1

Please sign in to comment.