diff options
author | Benjamin Denhartog <ben@sudoforge.com> | 2020-12-15 09:01:23 -0700 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2021-03-06 12:39:53 +0100 |
commit | 30ab4cd511aeef5c58106126f6de2907a5ef67d8 (patch) | |
tree | 8c74d924d81335ae69355d1fd71b950153ac1b85 /.github | |
parent | b08dcca160687e54ab0773e44729cfd12e5f0100 (diff) | |
download | wee-slack-30ab4cd511aeef5c58106126f6de2907a5ef67d8.tar.gz |
feat(ci): add python 3.8 to the test matrix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wee-slack.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml index f4db256..7cb8017 100644 --- a/.github/workflows/wee-slack.yml +++ b/.github/workflows/wee-slack.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2.7, 3.7] + python_version: [2.7, 3.7, 3.8] steps: - uses: actions/checkout@v2 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2.7, 3.7] + python_version: [2.7, 3.7, 3.8] steps: - uses: actions/checkout@v2 |