From 8bb89f1665a22802e26179412983f41c95af997c Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 13 Sep 2024 11:42:09 +1000 Subject: [PATCH] =?UTF-8?q?Test=20with=20AGP=208.7.0-beta02=EF=BC=8C8.8.0-?= =?UTF-8?q?alpha02.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8e31560..16659af 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.0, 8.7.0-beta01,8.8.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.2, 8.6.0, 8.7.0-beta02, 8.8.0-alpha02 ] steps: - uses: actions/checkout@v4