diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61435af..715a81a 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