Skip to content

Commit

Permalink
Bump versions used in windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Nov 26, 2024
1 parent 3215320 commit 7d49d94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
pg_config: ["-cfsync=off -cstatement_timeout=60s"]
include:
- pg: 14
pg_version: 14.13
pg_version: "14.15"
- pg: 15
pg_version: 15.8
pg_version: "15.10"
- pg: 16
pg_version: 16.4
pg_version: "16.6"
- pg: 17
pg_version: 17.0
pg_version: "17.2"
env:
# PostgreSQL configuration
PGPORT: 55432
Expand Down

0 comments on commit 7d49d94

Please sign in to comment.