Skip to content

Commit

Permalink
Merge pull request #134 from usefulness/skip_testing_agp_4_0_0_on_gra…
Browse files Browse the repository at this point in the history
…dle_rc

Drop testing AGP 4.0.0 wiht Gradle RC due to incmpatibility
  • Loading branch information
mateuszkwiecinski authored Mar 25, 2021
2 parents 2a24179 + 7140ab1 commit 551dea7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ jobs:
fail-fast: false
matrix:
gradle: [ 6.1.1, current, rc ]
agp: [ 4.0.0, 4.1.3, 7.0.0-alpha10 ]
agp: [ 4.0.0, 4.1.3, 7.0.0-alpha11 ]
exclude:
- gradle: 6.1.1
agp: 4.1.3
- gradle: 6.1.1
agp: 7.0.0-alpha10
agp: 7.0.0-alpha11
- gradle: rc
agp: 4.0.0
name: Run Gradle-${{ matrix.gradle }}, AGP-${{ matrix.agp }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 551dea7

Please sign in to comment.