diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-10-09 21:10:37 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-02-11 21:46:23 +0100 |
commit | c456145b2c65f580683df03bf10cd39000cf24d5 (patch) | |
tree | 8509dcb4d5927864ea8f8041a720fcdc4a84c15f /ci | |
parent | b769cd142deda74fe46e231cc7b687a86514f2f1 (diff) |
[test] add 0.19 backwards compatibility tests
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/05_before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh index 0e9e8fe80f..1cb5c30901 100755 --- a/ci/test/05_before_script.sh +++ b/ci/test/05_before_script.sh @@ -37,6 +37,6 @@ if [ -z "$NO_DEPENDS" ]; then fi if [ "$TEST_PREVIOUS_RELEASES" = "true" ]; then BEGIN_FOLD previous-versions - DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.17.1 v0.18.1 + DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.17.1 v0.18.1 v0.19.0.1 END_FOLD fi |