Skip to content

Commit

Permalink
disable api-level 26 from android-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Sep 27, 2024
1 parent 2a29e32 commit acc7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: [ build-gradle, unit-tests ]
strategy:
matrix:
api-level: [ 26,33 ]
api-level: [ 33 ]
target: [ google_apis ]
arch: [ x86_64 ]
permissions:
Expand Down

0 comments on commit acc7f06

Please sign in to comment.