ci: Flutter / Node / JDK を current stable に bump - #3
Merged
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
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 に揃える。
upstream PR #2 マージ後の初回 run で flutter ジョブが Dart SDK 不整合により fail したのを受けた修正。laiso fork 側で 2 段階検証済み (laiso#1 → 全 5 ジョブ green)。
Test plan