elasticsearch/.ci/bwcVersions
Mark Vieira 666e8f1c6f
Reduce BWC testing to include only latest patch releases (#106143)
This commit alters our backward compatibility testing logic to restrict
testing to the latest patch release for any given minor version. Since
our policy is not to do any kind of breaking changes in patches, most of
this testing is superfluous. This change reduces the number of versions
we need to test by over 70%.

(cherry picked from commit b1e4407c0a)
2024-03-27 15:37:36 -07:00

28 lines
347 B
Text

BWC_VERSION:
- "6.0.1"
- "6.1.4"
- "6.2.4"
- "6.3.2"
- "6.4.3"
- "6.5.4"
- "6.6.2"
- "6.7.2"
- "6.8.23"
- "7.0.1"
- "7.1.1"
- "7.2.1"
- "7.3.2"
- "7.4.2"
- "7.5.2"
- "7.6.2"
- "7.7.1"
- "7.8.1"
- "7.9.3"
- "7.10.2"
- "7.11.2"
- "7.12.1"
- "7.13.4"
- "7.14.2"
- "7.15.2"
- "7.16.3"
- "7.17.19"