From 24156c231c5e9d581bde27d0cdbb72715060ea51 Mon Sep 17 00:00:00 2001 From: jamielaux <48800681+jamielaux@users.noreply.github.com> Date: Tue, 11 Aug 2020 14:47:33 +0100 Subject: [PATCH] fix: small typo in the docs (#127) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1005044..e98255b 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: