mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
Closes #503 Note: I also had to fix the Sphinx version to 5.3.0 since, starting from 6.0, Sphinx suffers from a TypeError bug, which causes a CI failure.
19 lines
182 B
YAML
19 lines
182 B
YAML
---
|
|
|
|
ELASTICSEARCH_VERSION:
|
|
- '8.6.0-SNAPSHOT'
|
|
- '8.7.0-SNAPSHOT'
|
|
|
|
PANDAS_VERSION:
|
|
- '1.5.0'
|
|
|
|
PYTHON_VERSION:
|
|
- '3.10'
|
|
- '3.9'
|
|
- '3.8'
|
|
|
|
TEST_SUITE:
|
|
- xpack
|
|
|
|
exclude: ~
|