Skip to content

Commit

Permalink
feat: add a decent coverage range
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 18, 2024
1 parent c266959 commit 21bcdf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [29]
api-level: [21, 29, 31, 33, 34, 35]

steps:
- uses: actions/checkout@v4
- name: prepare
Expand Down

0 comments on commit 21bcdf9

Please sign in to comment.