Skip to content

Commit 1466684

Browse files
authored
include api level 28 in test matrix (#211)
1 parent 49a57a2 commit 1466684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
api-level: [26, 31, 34]
40+
api-level: [26, 28, 31, 34]
4141
# Allow other tests to continue if one fails
4242
fail-fast: false
4343

0 commit comments

Comments
 (0)