removed api level 32 from nightly build

This commit is contained in:
MohitMali 2022-11-30 17:23:32 +05:30
parent 21bc3ff80c
commit c621b39188

View File

@ -10,7 +10,7 @@ jobs:
instrumentation_tests:
strategy:
matrix:
api-level: [21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33]
api-level: [21, 22, 23, 24, 25, 27, 28, 30, 31, 33]
fail-fast: false
runs-on: macos-11
steps: