mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-19 04:03:06 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pg: [ 13, 14, 15 ]
|
pg: [ 13, 14, 15, 16 ]
|
||||||
os: [ windows-2022 ]
|
os: [ windows-2022 ]
|
||||||
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
|
build_type: ${{ fromJson(needs.config.outputs.build_type) }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user