From feae9dcb3e30220da6343213a73a1445b113e3fc Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 22 Nov 2024 11:24:16 +1100 Subject: [PATCH] Test with 8.9.0-alpha03 --- .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 069b4df..24f4b9f 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.2, 8.8.0-beta01, 8.9.0-alpha02 ] + 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.2, 8.8.0-beta01, 8.9.0-alpha03 ] steps: - uses: actions/checkout@v4