PG16: Fix ignored workflow for Windows on CI

In ef505760 we enabled PG16 on Windows CI but forgot the add it to the
ignored workflow.
This commit is contained in:
Fabrízio de Royes Mello 2023-11-08 15:34:14 -03:00
parent d602be4d81
commit 1b3f4a7035

View File

@ -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: