Skip to content

Commit

Permalink
change max API level emulator to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-splendo authored Dec 13, 2023
1 parent e9e7dd9 commit b4dcf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [23, 33]
api-level: [23, 34]
project: ${{ fromJSON(needs.build.outputs.projects) }}
steps:
- name: checkout
Expand Down

0 comments on commit b4dcf2b

Please sign in to comment.