We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a0895 commit a94f97cCopy full SHA for a94f97c
.github/workflows/testing.yml
@@ -214,11 +214,13 @@ jobs:
214
strategy:
215
fail-fast: false
216
matrix:
217
+ # Use reduced test matrix cause Windows pipelines are long.
218
tarantool:
219
- '1.10'
220
- '2.8'
221
- '2.10.0.g0a5ce0b9c-1'
222
python:
223
+ - '3.6'
224
- '3.10'
225
226
steps:
@@ -292,9 +294,11 @@ jobs:
292
294
293
295
296
297
298
299
300
301
302
303
304
- name: Clone the connector repo
0 commit comments