chore(tools): new-ft.sh composer 呼び出し簡略化#856
Merged
Merged
Conversation
- php8.4 $(which composer) → composer に簡略化 (/usr/local/bin/composer v2.9.8 + php が php8.4 を指すため不要) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
tools/new-ft.shのphp8.4 $(which composer)をcomposerに統一/usr/local/bin/composerv2.9.8 インストール済み(PHP 8.4 対応、Deprecated ノイズなし)phpがphp8.4を指しているためphp8.4明示不要環境変更(リポジトリ外)
/usr/local/bin/composerv2.9.8 インストール(sudoなしで動く)~/.bashrcにCOMPOSER_ALLOW_SUPERUSER=1とft-mysql-testalias 追加../NENE2-FT/.env.testに MySQL テスト用 env vars を記録Ubuntu 22→24 移行について
不要。PHP 8.4 は ondrej/php PPA で Ubuntu 22.04 上に動作中。
Ubuntu 22.04 LTS のサポートは 2027年4月まで。
Closes #855
🤖 Generated with Claude Code