From 78ca6f1a8768420ae888803d58ef492ef308bdc0 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 9 Dec 2021 15:39:50 -0500 Subject: [PATCH] Use strings for build matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a898ab58d..9b0392d89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10] - node-version: [14.x] + python-version: ['3.8', '3.9', '3.10'] + node-version: ['14.x'] services: redis: image: redis