chore(ci): update shadow job configuration
- Run for latest stable and release nightly Gradle versions - Exclude known-broken combinations
This commit is contained in:
parent
e8a5e07c40
commit
d43ab32ff3
1 changed files with 6 additions and 0 deletions
6
.github/workflows/shadow_job.yml
vendored
6
.github/workflows/shadow_job.yml
vendored
|
@ -17,10 +17,16 @@ jobs:
|
|||
- 8.0.0-beta01
|
||||
- 8.1.0-alpha02
|
||||
gradle-version:
|
||||
- current
|
||||
- wrapper
|
||||
- release-nightly
|
||||
- nightly
|
||||
java-version:
|
||||
- 18
|
||||
# Gradle 8.x is currently incompatible with AGP 8.x
|
||||
exclude:
|
||||
- agp-version: 8.0.0-beta01
|
||||
- agp-version: 8.1.0-alpha02
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue