chore: update AGP versions in shadow jobs
This commit is contained in:
parent
df1de2c003
commit
9142bed0de
1 changed files with 5 additions and 5 deletions
10
.github/workflows/shadow_job.yml
vendored
10
.github/workflows/shadow_job.yml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
agp-version:
|
agp-version:
|
||||||
- 7.4.0
|
- 7.4.2
|
||||||
- 8.0.0-beta01
|
- 8.0.0-beta03
|
||||||
- 8.1.0-alpha02
|
- 8.1.0-alpha07
|
||||||
gradle-version:
|
gradle-version:
|
||||||
- current
|
- current
|
||||||
- wrapper
|
- wrapper
|
||||||
|
@ -25,8 +25,8 @@ jobs:
|
||||||
- 18
|
- 18
|
||||||
# Gradle 8.x is currently incompatible with AGP 8.x
|
# Gradle 8.x is currently incompatible with AGP 8.x
|
||||||
exclude:
|
exclude:
|
||||||
- agp-version: 8.0.0-beta01
|
- agp-version: 8.0.0-beta03
|
||||||
- agp-version: 8.1.0-alpha02
|
- agp-version: 8.1.0-alpha07
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in a new issue