mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Update the test matrix to the latest Elasticsearch versions and fix the broken unit tests on the CI.
19 lines
182 B
YAML
Executable File
19 lines
182 B
YAML
Executable File
---
|
|
|
|
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: ~
|