diff --git a/.github/workflows/windows-build-and-test-ignored.yaml b/.github/workflows/windows-build-and-test-ignored.yaml index bccf66392..7491839d0 100644 --- a/.github/workflows/windows-build-and-test-ignored.yaml +++ b/.github/workflows/windows-build-and-test-ignored.yaml @@ -45,7 +45,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) }} steps: