fix(ci): update AGP versions in shadow job configuration
This commit is contained in:
parent
b2681de7d6
commit
c2408ca7b3
1 changed files with 3 additions and 4 deletions
7
.github/workflows/shadow_job.yml
vendored
7
.github/workflows/shadow_job.yml
vendored
|
@ -13,9 +13,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
agp-version:
|
||||
- 7.3.1
|
||||
- 7.4.0-rc03
|
||||
- 8.0.0-alpha10
|
||||
- 7.4.0
|
||||
- 8.0.0-alpha11
|
||||
gradle-version:
|
||||
- wrapper
|
||||
- nightly
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
- 11
|
||||
- 18
|
||||
exclude:
|
||||
- agp-version: 8.0.0-alpha10
|
||||
- agp-version: 8.0.0-alpha11
|
||||
java-version: 11
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue