Skip to content

Commit

Permalink
Merge pull request #6196 from robolectric/use-sdk-30
Browse files Browse the repository at this point in the history
Fix typo and run tests on SDK 30
  • Loading branch information
hoisie committed Feb 2, 2021
2 parents fd5e44e + 4224626 commit caf85b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-versions: ['16,17,18', '19,21,22', '23,24,25', '26,27,28', '29,20']
api-versions: ['16,17,18', '19,21,22', '23,24,25', '26,27,28', '29,30']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: 'artifacts/**/TEST-*.xml'
files: 'artifacts/**/TEST-*.xml'

0 comments on commit caf85b0

Please sign in to comment.