timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
17.93k stars 882 forks source link

Hardcode minor version for Windows builds #7465

Closed mkindahl closed 2 days ago

mkindahl commented 2 days ago

Since new versions of PostgreSQL can potentially break our CI and block development so we hardcode the version that we test against.

Disable-check: force-changelog-file

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.10%. Comparing base (59f50f2) to head (8622898). Report is 607 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7465 +/- ## ========================================== + Coverage 80.06% 82.10% +2.04% ========================================== Files 190 230 +40 Lines 37181 43095 +5914 Branches 9450 10830 +1380 ========================================== + Hits 29770 35385 +5615 - Misses 2997 3392 +395 + Partials 4414 4318 -96 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

mkindahl commented 2 days ago

Note that this does not have support for doing nightly build with "bleeding edge" of PostgreSQL.