fix(ci): disable AGP 8 X Java 11 shadow job
AGP 8.x now correcly enforces its Java 17+ runtime requirement
This commit is contained in:
parent
a84b810844
commit
3b829caef6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/shadow_job.yml
vendored
3
.github/workflows/shadow_job.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue