Skip to content

Commit

Permalink
update: test for multiple python version(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 25, 2024
1 parent d8f24c9 commit 1d84d57
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8.6]
python-version:
- 3.8.x
- 3.9.x
- 3.10.x
- 3.11.x

steps:
- name: Checkout this repository
Expand All @@ -35,7 +39,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8.6]
python-version:
- 3.8.x
- 3.9.x
- 3.10.x
- 3.11.x

steps:
- name: Checkout this repository
Expand Down

0 comments on commit 1d84d57

Please sign in to comment.