Skip to content

Commit

Permalink
Updated test agp versions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Aug 16, 2024
1 parent c782bea commit 27f367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-agp-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# 3. The next after the current stable (alpha or beta doesn't matter)
# The test cases needs to be updated regularly here
# https://maven.google.com/web/index.html?q=gradle#com.android.tools.build:gradle
agp_version: [ '8.2.2', '8.3.2', '8.4.2', '8.5.0', '8.6.0-alpha06' ]
agp_version: [ '8.2.2', '8.3.2', '8.4.2', '8.5.2', '8.6.0-rc01' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 27f367a

Please sign in to comment.