summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-02-17 10:24:20 -0500
committerMatthew Peveler <matt.peveler@gmail.com>2022-02-17 10:36:02 -0500
commitf1f1de4536f55fa1979ec94af95089567be86a65 (patch)
treebfcaf905d936731f51cea351c817bfa7d9d6b3a0
parentdb875661406ff398fd8e186ddd5942d429418930 (diff)
downloadasciidoc-py3-f1f1de4536f55fa1979ec94af95089567be86a65.tar.gz
Bump python version used for testing windows
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6b2cd2b..cc62eca 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-version }}
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
python-version: ${{ env.python-version }}
@@ -75,13 +75,13 @@ jobs:
needs: lint
runs-on: windows-latest
env:
- python-version: 3.6
+ python-version: 3.7
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.python-version }}
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
python-version: ${{ env.python-version }}