StackStorm-Exchange / ci

Various scripts and utilities for StackStorm Exchange CI pipeline.
5 stars 18 forks source link

update python version as list #145

Closed sravs-dev closed 11 months ago

cognifloyd commented 11 months ago

Changing this requires coordinating changes across two more repos.

https://github.com/StackStorm-Exchange/exchange-incubator/blob/6dc3192200538deec2342a1bdef3525d8377f130/.github/workflows/build_and_test.yaml#L21-L23

https://github.com/StackStorm-Exchange/stackstorm-git/blob/223dc50ea94a2f124f99b0805bd7ecfcd2e33baf/.github/workflows/build_and_test.yaml#L18

edit: I guess the incubator change is not needed for this PR.

sravs-dev commented 11 months ago

@cognifloyd @armab created a draft PR for stackstorm-git repo. Please let me know if the syntax is correct.

sravs-dev commented 11 months ago

@cognifloyd Thanks for reviewing. Made the suggested changes.

sravs-dev commented 11 months ago

@cognifloyd looks like build got triggered for python 3.8 and python 3.9 as expected https://github.com/StackStorm-Exchange/stackstorm-git/pull/15

arm4b commented 11 months ago

Thanks @sravs-dev and @cognifloyd !