From e6bb917d8347c880d95fdc7b179fc2b4dfda2ba9 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Fri, 3 Dec 2021 09:37:37 -0600 Subject: [PATCH] Add quotes to versions in test-matrix.yml --- .ci/test-matrix.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 9e6a77b..1d2f2bc 100755 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -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