Files
phpfpm/.gitea/workflows
Claude 6002da51d0
All checks were successful
Helm Chart Release / release-chart (push) Successful in 12s
fix: Update PHP version regex to support alpine 3.23+
Alpine Linuxのマイナーバージョンが3.23など3桁になったため、
正規表現パターンを修正。

Changes:
- 正規表現を `[0-9]+` から `[0-9]{2,3}` に変更
- alpine3.22 と alpine3.23 の両方に対応
- エラーメッセージにデバッグ情報を追加

Fixes: PHP version check failure in Gitea Actions workflow

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 11:54:29 +09:00
..