spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Create build infrastructure for running tests with oldest, newest and future version of database and driver.

Open schauder opened this issue 4 years ago • 0 comments

Currently we only run our tests with a single database/driver version combination per supported database.

We should improve that to run tests with

  • the oldest driver/database version combination we support. This will mostly be a form of documentation of the supported versions
  • the current/newest versions. This is what we already have
  • If available, i.e. for the open source databases we should also run with snapshots of upcoming versions

These builds should run at maximum once a day, maybe even just once a week.

schauder avatar Apr 13 '21 06:04 schauder