Skip to content

Commit

Permalink
PG16: Enable Windows on CI
Browse files Browse the repository at this point in the history
Now that PG16 is approved on Chocolatey we can finally enable Windows on
CI.

https://community.chocolatey.org/packages/postgresql16
  • Loading branch information
fabriziomello committed Nov 7, 2023
1 parent 6e79687 commit cf1b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [ 13, 14, 15 ]
pg: [ 13, 14, 15, 16 ]
os: [ windows-2022 ]
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
ignores: ["chunk_adaptive metadata telemetry"]
Expand Down

0 comments on commit cf1b19f

Please sign in to comment.