Describe the solution you'd like
At the moment, we test SonarClojure against the latest versions of SonarQube. It would be great to have regression tests to make sure the plugin is properly working with the older versions.
Describe alternatives you've considered
An option could be to use docker to spin up older versions of sonarqube, run the analysis and check the reports. It is going to be an expensive test but I believe it worth it.
Describe the solution you'd like At the moment, we test SonarClojure against the latest versions of SonarQube. It would be great to have regression tests to make sure the plugin is properly working with the older versions.
Describe alternatives you've considered An option could be to use docker to spin up older versions of sonarqube, run the analysis and check the reports. It is going to be an expensive test but I believe it worth it.
Additional context None.