summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 09:53:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 09:53:08 +0000
commit6d1cb3a9e9138ce198ec3e344ca2d0f865e0c762 (patch)
tree8cef3c436dc2a3c6301c5b61bc5d8f1362ee918e /.github/workflows/ci.yml
parentAdding upstream version 1.26.1. (diff)
downloadmycli-6d1cb3a9e9138ce198ec3e344ca2d0f865e0c762.tar.xz
mycli-6d1cb3a9e9138ce198ec3e344ca2d0f865e0c762.zip
Adding upstream version 1.27.0.upstream/1.27.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 752ddb5..e91d4dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,12 @@ jobs:
linux:
strategy:
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: [
+ '3.7',
+ '3.8',
+ '3.9',
+ '3.10',
+ ]
include:
- python-version: '3.7'
os: ubuntu-18.04 # MySQL 5.7.32
@@ -61,4 +66,3 @@ jobs:
run: |
coverage combine
coverage report
- codecov