mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Add quotes to versions in test-matrix.yml
This commit is contained in:
parent
4e489de424
commit
e6bb917d83
@ -1,18 +1,18 @@
|
||||
---
|
||||
|
||||
ELASTICSEARCH_VERSION:
|
||||
- 8.1.0-SNAPSHOT
|
||||
- 8.0.0-SNAPSHOT
|
||||
- '8.1.0-SNAPSHOT'
|
||||
- '8.0.0-SNAPSHOT'
|
||||
|
||||
PANDAS_VERSION:
|
||||
- 1.2.0
|
||||
- 1.3.0
|
||||
- '1.2.0'
|
||||
- '1.3.0'
|
||||
|
||||
PYTHON_VERSION:
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
- '3.8'
|
||||
- '3.7'
|
||||
|
||||
TEST_SUITE:
|
||||
- xpack
|
||||
|
Loading…
x
Reference in New Issue
Block a user