We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c6ba3 commit 60c63baCopy full SHA for 60c63ba
.github/workflows/windows-build-and-test.yaml
@@ -58,7 +58,7 @@ jobs:
58
- { pg: 15, pg_version: "${{ needs.config.outputs.pg15_latest }}" }
59
- { pg: 16, pg_version: "${{ needs.config.outputs.pg16_latest }}" }
60
- { pg: 17, pg_version: "${{ needs.config.outputs.pg17_latest }}" }
61
-# - { pg: 18, pg_version: "${{ needs.config.outputs.pg18_latest }}" }
+ - { pg: 18, pg_version: "${{ needs.config.outputs.pg18_latest }}" }
62
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
63
pg_config: ["-cfsync=off -cstatement_timeout=60s"]
64
event_name: ["${{ github.event_name }}"]
0 commit comments