Skip to content

Commit

Permalink
add new Algorand SDK versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselcoban committed Apr 17, 2023
1 parent 8f2dcaf commit 619e989
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
strategy:
matrix:
python-version: ["3.11", "3.10", "3.9", "3.8"]
py-algorand-sdk-version: ["1.10.0", "1.11.0", "1.12.0", "1.13.0", "1.13.1", "1.14.0", "1.15.0", "1.16.0", "1.16.1",
"1.17.0", "1.18.0", "1.19.0", "1.20.0", "1.20.1", "1.20.2", "2.0.0"]
py-algorand-sdk-version: [
"1.10.0", "1.11.0", "1.12.0", "1.13.0", "1.13.1", "1.14.0", "1.15.0", "1.16.0",
"1.16.1","1.17.0", "1.18.0","1.19.0", "1.20.0", "1.20.1", "1.20.2",
"2.0.0", "2.1.0", "2.1.1", "2.1.2"
]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 619e989

Please sign in to comment.