Skip to content

Commit

Permalink
chore: Drop Iguana testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Dec 1, 2023
1 parent 814f0bf commit 3644958
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
- '8.0.0'
- '8.1.0'
- '8.2.0'
- '8.3.0-alpha16'
include:
- agp_version: '4.2.0'
gradle_version: '6.7.1'
Expand All @@ -130,9 +129,6 @@ jobs:
- agp_version: '8.2.0'
gradle_version: '8.3'
java_version: '17'
- agp_version: '8.3.0-alpha16'
gradle_version: '8.4'
java_version: '17'

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ This plugin does not work with non-app modules and/or library modules correctly.

### Canary/Beta support table

> As of 2023 Dec 1st, Iguana Canary being tested but not for production ready.
We are not supporting Canary(Alpha) versions because of API stability. Please wait for beta releases or open an issue to support Canary versions.

> As of 2023 Dec 1st, Iguana Canary doesn't work.
See the test matrix of [.github/workflows/build-and-test.yml](./.github/workflows/build-and-test.yml) for the latest information.

Expand Down
4 changes: 3 additions & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ DeployGate Gradle プラグインは非 app モジュールや android-library

### Canary/Beta サポート情報

> 2023/12/01現在、Iguana Canary版をテスト中です
API仕様が頻繁に変わる可能性があることから、Canary(Alpha) バージョンのサポートは積極的に行っていません。Beta 版リリースをお待ちいただくか、Issue を起票してください。

> 2023/12/01現在、Iguana Canary版は動作しません
[.github/workflows/build-and-test.yml](./.github/workflows/build-and-test.yml) を参考にしてください

Expand Down
1 change: 0 additions & 1 deletion run_acceptance_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ done < <(cat<<EOF
8.0.0 8.0
8.1.0 8.0
8.2.0 8.3
8.3.0-alpha16 8.4
EOF
)

0 comments on commit 3644958

Please sign in to comment.