From fd8c1031943a968f77fc32452be4c1361d5c0813 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 13 Dec 2024 11:05:40 +1100 Subject: [PATCH] Test with AGP 8.9.0-alpha05. --- .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 e23c44b..e854b16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,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.2, 8.6.1, 8.7.3, 8.8.0-rc01, 8.9.0-alpha04 ] + 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.2, 8.6.1, 8.7.3, 8.8.0-rc01, 8.9.0-alpha05 ] steps: - uses: actions/checkout@v4