Skip to content

Commit c3d45e4

Browse files
ci: extend Windows test matrix
Part of #238
1 parent 8bb2c37 commit c3d45e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

+4
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,13 @@ jobs:
214214
strategy:
215215
fail-fast: false
216216
matrix:
217+
# Use reduced test matrix cause Windows pipelines are long.
217218
tarantool:
218219
- '1.10'
219220
- '2.8'
220221
- '2.10.0.g0a5ce0b9c-1'
221222
python:
223+
- '3.6'
222224
- '3.10'
223225

224226
steps:
@@ -292,9 +294,11 @@ jobs:
292294
fail-fast: false
293295

294296
matrix:
297+
# Use reduced test matrix cause Windows pipelines are long.
295298
tarantool:
296299
- '2.10.0.g0a5ce0b9c-1'
297300
python:
301+
- '3.6'
298302
- '3.10'
299303
steps:
300304
- name: Clone the connector repo

0 commit comments

Comments
 (0)