Skip to content

Commit 60c63ba

Browse files
committed
Enable PG18 tests for windows
PG18 packages for windows are available now so we can enable it in CI
1 parent 20c6ba3 commit 60c63ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- { pg: 15, pg_version: "${{ needs.config.outputs.pg15_latest }}" }
5959
- { pg: 16, pg_version: "${{ needs.config.outputs.pg16_latest }}" }
6060
- { pg: 17, pg_version: "${{ needs.config.outputs.pg17_latest }}" }
61-
# - { pg: 18, pg_version: "${{ needs.config.outputs.pg18_latest }}" }
61+
- { pg: 18, pg_version: "${{ needs.config.outputs.pg18_latest }}" }
6262
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
6363
pg_config: ["-cfsync=off -cstatement_timeout=60s"]
6464
event_name: ["${{ github.event_name }}"]

0 commit comments

Comments
 (0)