Skip to content

Commit

Permalink
fix(ci): disable AGP 8 X Java 11 shadow job
Browse files Browse the repository at this point in the history
AGP 8.x now correcly enforces its Java 17+ runtime requirement
  • Loading branch information
msfjarvis committed Dec 22, 2022
1 parent a84b810 commit 3b829ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shadow_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
java-version:
- 11
- 18
exclude:
- agp-version: 8.0.0-alpha10
java-version: 11
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 3b829ca

Please sign in to comment.