Harness works from what version of liquibase

test harness works from what version of liquibase?

1 Like

Hey @ilasso - it’s nice to see you again!

The test-harness is configured to work with the latest released version of Liquibase (via the dependency in the maven pom file), but you can get the harness to run against whichever version of Liquibase you would like to.

To alter the version of Liquibase you can edit the version number in the pom.xml file in test-harness. See row #75 in liquibase-test-harness/pom.xml at main · liquibase/liquibase-test-harness · GitHub

1 Like

I just learned that the team created some documentation that might help, too: Testing Your PR · liquibase/liquibase Wiki · GitHub

1 Like

Wow, thank you very much, I will try to implement it in my local environment

1 Like