From 42246265a40bb2904924804cb687a6161d2c7744 Mon Sep 17 00:00:00 2001 From: Michael Hoisie Date: Tue, 2 Feb 2021 12:38:22 -0800 Subject: [PATCH] Fix typo and run tests on SDK 30 In the api-versions matrix, SDK version '20' was specified instead of '30'. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7459343391b..0de7ce74422 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - api-versions: ['16,17,18', '19,21,22', '23,24,25', '26,27,28', '29,20'] + api-versions: ['16,17,18', '19,21,22', '23,24,25', '26,27,28', '29,30'] steps: - uses: actions/checkout@v2 @@ -91,4 +91,4 @@ jobs: if: always() with: github_token: ${{ secrets.GITHUB_TOKEN }} - files: 'artifacts/**/TEST-*.xml' \ No newline at end of file + files: 'artifacts/**/TEST-*.xml'