Skip to content

Commit 6cc1a05

Browse files
committed
PG17: Enable Windows tests on CI
1 parent 8a32f91 commit 6cc1a05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
pg: [ 14, 15, 16 ]
48+
pg: [ 14, 15, 16, 17 ]
4949
os: [ windows-2022 ]
5050
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
5151
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
pg: [ 14, 15, 16 ]
52+
pg: [ 14, 15, 16, 17 ]
5353
os: [ windows-2022 ]
5454
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
5555
ignores: ["chunk_adaptive metadata telemetry"]

0 commit comments

Comments
 (0)