mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
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:
parent
d602be4d81
commit
1b3f4a7035
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user