From 619e98966903ec38aefa76f118f700b022203331 Mon Sep 17 00:00:00 2001 From: Goksel Coban Date: Mon, 17 Apr 2023 17:19:08 +0300 Subject: [PATCH] add new Algorand SDK versions to test matrix --- .github/workflows/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51fb77f..4698d2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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