Skip to content

Commit

Permalink
Remove API 28 from workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Mar 31, 2020
1 parent 22965df commit 730757f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
api-level: [16, 23, 28, 29]
api-level: [16, 23, 29]
exclude:
- os: ubuntu-latest
api-level: 23
- os: ubuntu-latest
api-level: 29
- os: macos-latest
api-level: 28
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 730757f

Please sign in to comment.