ci: Flutter / Node / JDK を current stable に bump - #1
Closed
laiso wants to merge 3 commits into
Closed
Conversation
pubspec.yaml が Dart SDK ^3.11.4 を要求しているのに対し、 Flutter 3.27.x は Dart 3.6.2 で version solving に失敗していた。 2026-05 時点の stable 3.41.4 に固定する。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Node 20 は 2026-04 で EOL を迎えた。現行 LTS の 22 (Expo SDK 54 / RN 0.81 の互換が広い) に揃える。Android の JDK は AGP 8.x で 広く検証済みの LTS 21 へ。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3.41.4 が出荷する Dart は 3.11.1 で pubspec 要件 ^3.11.4 を満たさず、 リゾルバが 3.41.9 を提案。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 tasks
Owner
Author
|
upstream payjp#3 で同じ変更を提案。本 PR は検証用のため close。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CI の SDK pin を 2026-05 時点の current stable に更新する。
3.27.x→3.41.4(pubspec の Dart^3.11.4要件を満たす)20→22(Node 20 は 2026-04 EOL、Expo SDK 54 互換 LTS の 22 を採用)17→21(AGP 8.x 互換 LTS)upstream (#2) で flutter ジョブが Dart SDK 不整合で fail したため、laiso fork で先に green を確認してから upstream に PR する。
Test plan
pub get+analyze)