chore(ci): update shadow job configuration

- Run for latest stable and release nightly Gradle versions
- Exclude known-broken combinations
This commit is contained in:
Harsh Shandilya 2023-01-31 15:30:28 +05:30
parent e8a5e07c40
commit d43ab32ff3
No known key found for this signature in database

View file

@ -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