From 14adf5486efbf89c3a1852b462e7f5ea94a91dc7 Mon Sep 17 00:00:00 2001 From: Nick Tobey Date: Thu, 6 Jul 2023 10:01:40 -0700 Subject: [PATCH] Run backwards compatibility tests against more recent versions of dolt. We no longer support the old __LD_1_ file format. This list includes v0.50.0, the first version where the new file format is the default, as well as v0.75.0, the other major release before v1.0.0, and then v1.0.0 and every minor release since. --- .../backward_compatible_versions.txt | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/integration-tests/compatibility/test_files/backward_compatible_versions.txt b/integration-tests/compatibility/test_files/backward_compatible_versions.txt index 91ee273ace..560ad74c45 100644 --- a/integration-tests/compatibility/test_files/backward_compatible_versions.txt +++ b/integration-tests/compatibility/test_files/backward_compatible_versions.txt @@ -1,12 +1,10 @@ -v0.16.0 -v0.17.0 -v0.18.0 -v0.19.0 -v0.21.0 -v0.22.0 -v0.23.0 -v0.24.0 -v0.25.0 -v0.26.0 -v0.27.0 -v0.28.0 +v1.7.0 +v1.6.0 +v1.5.0 +v1.4.0 +v1.3.0 +v1.2.0 +v1.1.0 +v1.0.0 +v0.75.0 +v0.50.0 \ No newline at end of file