From bb453015abd29edda351490fe54fd8c78429c093 Mon Sep 17 00:00:00 2001 From: jamielaux <48800681+jamielaux@users.noreply.github.com> Date: Mon, 10 Aug 2020 23:24:16 +0100 Subject: [PATCH] fix: small typo in the docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1005044b..e98255b6 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ jobs: build: runs-on: ubuntu-latest strategy: + matrix: # in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded python-version: [3.5, 3.6, 3.7.4, 3.8] steps: