Use strings for build matrix

This commit is contained in:
jeremystretch 2021-12-09 15:39:50 -05:00
parent 62e5680eaf
commit 78ca6f1a87

View File

@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.8, 3.9, 3.10] python-version: ['3.8', '3.9', '3.10']
node-version: [14.x] node-version: ['14.x']
services: services:
redis: redis:
image: redis image: redis