aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:09:26 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:09:26 +0300
commit92fd0fa91729254044c87c91d0650a0efcf452e5 (patch)
treed21492c0e7d084cd3bea9d9859fb92e61db389b4
parentworkflows/test: remove redundant parameter (diff)
downloadcgitize-92fd0fa91729254044c87c91d0650a0efcf452e5.tar.gz
cgitize-92fd0fa91729254044c87c91d0650a0efcf452e5.zip
workflows/test: test w/ latest Python
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4877284..3d35be0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.x]
name: 'Test: ${{ matrix.python-version }}'
steps:
- name: Checkout