File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -266,9 +266,9 @@ jobs:
266266 - store-pytest-results
267267 - store-coverage-report
268268
269- py38couchbase :
269+ py39couchbase :
270270 docker :
271- - image : cimg/python:3.8 .17
271+ - image : cimg/python:3.9 .17
272272 - image : couchbase/server-sandbox:5.5.0
273273 working_directory : ~/repo
274274 steps :
@@ -311,9 +311,9 @@ jobs:
311311 - store-pytest-results
312312 - run_sonarqube
313313
314- py38gevent :
314+ py39gevent :
315315 docker :
316- - image : cimg/python:3.8 .17
316+ - image : cimg/python:3.9 .17
317317 working_directory : ~/repo
318318 steps :
319319 - checkout
@@ -336,8 +336,8 @@ workflows:
336336 - python311
337337 - python312
338338 - py39cassandra
339- - py38couchbase
340- - py38gevent
339+ - py39couchbase
340+ - py39gevent
341341 - final_job :
342342 requires :
343343 - python37
@@ -347,5 +347,5 @@ workflows:
347347 - python311
348348 - python312
349349 - py39cassandra
350- - py38couchbase
351- - py38gevent
350+ - py39couchbase
351+ - py39gevent
You can’t perform that action at this time.
0 commit comments