matrix-org / matrix-appservice-slack

A Matrix <--> Slack bridge
Apache License 2.0
275 stars 72 forks source link

Test against the current versions of NodeJS and PostgreSQL #388

Open jaller94 opened 4 years ago

jaller94 commented 4 years ago

We're not running the tests on Buildkite CI with the current versions of NodeJS 13 and PostgreSQL 12.

Example of a run: https://buildkite.com/matrix-dot-org/matrix-appservice-slack/builds/379

Half-Shot commented 4 years ago

We tend to only test against even numbers of Node because they are LTS releases. Officially, we don't support Node 13 for production although it should be safe to use. The reason for not running CI is because odd releases are very short lived.

For postgres, I guess we could do 12.

Half-Shot commented 4 years ago

We test against Node 12/14 in https://github.com/matrix-org/pipelines/tree/master/matrix-appservice-slack, but postgres 11 atm.