Skip to content

Commit 08169bd

Browse files
Sid MohanSid Mohan
Sid Mohan
authored and
Sid Mohan
committed
updated build vers beta, feature cicds
1 parent 3695e6f commit 08169bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta-cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
python-version: ["3.10"]
30+
python-version: ["3.10", "3.11", "3.12"]
3131
steps:
3232
- name: Check out repo
3333
uses: actions/checkout@v4

.github/workflows/feature-cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
python-version: ["3.10"]
30+
python-version: ["3.10", "3.11", "3.12"]
3131
steps:
3232
- name: Check out repo
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)