Skip to content

Commit

Permalink
added more api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Sturm committed Sep 16, 2020
1 parent 4523f83 commit 6419fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# matrix job fails.
fail-fast: true
matrix:
api-level: [28] # [minSdk, most used, newest] 18, 28, 29
api-level: [21, 28, 29] # [minSdk, most used, newest] 18 would be minSDK but does not support x86_64
target: [default] # [default, google_apis]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6419fc2

Please sign in to comment.