Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer.json の config.platform.php をシステム要件に合わせる #5219

Merged
merged 4 commits into from
Nov 22, 2021

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Nov 19, 2021

概要(Overview・Refs Issue)

方針(Policy)

 - composer.json の config.platform.php を 7.3.0 に変更
 - index.php のエラーメッセージを 7.3.0 に変更
 - パッケージング時のプラグインインストールで config.platform.php が更新されてしまうため、プラグインインストール後に元に戻す

テスト(Test)

以下でパッケージング検証しています
https://github.com/nanasess/ec-cube/releases/tag/4.1.x-202111191042

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@codecov-commenter
Copy link

codecov-commenter commented Nov 19, 2021

Codecov Report

Merging #5219 (ed5b58c) into 4.1 (bf76193) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                4.1    #5219   +/-   ##
=========================================
  Coverage     68.34%   68.34%           
  Complexity     6036     6036           
=========================================
  Files           456      456           
  Lines         24944    24944           
=========================================
  Hits          17049    17049           
  Misses         7895     7895           
Flag Coverage Δ
E2E 57.17% <ø> (ø)
Unit 75.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf76193...ed5b58c. Read the comment docs.

ユニットテストのPHPバージョンをシステム要件に合わせる
@matsuoshi matsuoshi added this to the 4.1.1 milestone Nov 19, 2021
@matsuoshi matsuoshi added the improvement 機能改善 label Nov 19, 2021
@carkn
Copy link
Contributor

carkn commented Nov 22, 2021

確認しました。問題はないかと思います。
Mergeさせていただきます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement 機能改善
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants