mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-06 05:53:37 +03:00
Deprecate es 1.2.4 for tests
I could either do this or disable snapshot restore testing on 1.2, but the ES website doesn't even *keep* docs on es 1.2 anymore so I can't really find out how the API differs. I figure that's a fairly strong signal that we could just not support that version offically anymore.
This commit is contained in:
parent
3db652beb8
commit
8a66203662
@ -10,7 +10,7 @@ env:
|
||||
# - GHCVER=7.6.3 ESVER=1.6.0 # Deprecated
|
||||
# - GHCVER=7.8.3 ESVER=1.0.3 # Deprecated
|
||||
# - GHCVER=7.8.3 ESVER=1.1.2 # Deprecated
|
||||
- GHCVER=7.8 ESVER=1.2.4
|
||||
# - GHCVER=7.8 ESVER=1.2.4 # deprecated
|
||||
- GHCVER=7.8 ESVER=1.3.6
|
||||
- GHCVER=7.8 ESVER=1.4.1
|
||||
- GHCVER=7.10 ESVER=1.5.2
|
||||
|
Loading…
Reference in New Issue
Block a user