From 3e79f716310cf7571bb7b531270b82134dad453e Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 23 Jul 2024 14:56:58 +1000 Subject: [PATCH] Test with AGP 8.7.0-alpha02. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61435af..628fa75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: AGP_VERSION: ${{ matrix.agp-version }} strategy: matrix: - agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.2, 8.3.2, 8.4.2, 8.5.1, 8.6.0-beta01. 8.7.0-alpha01 ] + agp-version: [ 7.3.1, 7.4.2, 8.0.2, 8.1.4, 8.2.2, 8.3.2, 8.4.2, 8.5.1, 8.6.0-beta01, 8.7.0-alpha02 ] steps: - uses: actions/checkout@v4