開発環境がPHP7.4で動くように、pecl/xdebugがPHP7系で対応しているバージョンを指定する #169
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.
現在のmasterの状態だと、pecl/xdebugの最新バージョンがPHP7.4に対応していないことが原因で、
docker-compose build
を行った際にpecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 7.4.33
というエラーが発生し、開発環境の構築に失敗します。ref, #167
docker-compose build を行った時の結果全文
https://gist.github.com/ShioriPeace/7e71ea98254a6726d1565bbfe4b55be0
#168 の対応を行うために、手元の環境を一時的にPHP8.2の状態にして動かしていたのですが、今度はPHP8系に挙げたことによるDeprecatedが発生しました。
上記で指摘されている内容を修正しPHP8.0系で動くように改修する動きがベストですが、#168 を直さない限り、実際にユーザーに影響が出ている状況が続いてしまうことから、APIクライアントの更新を優先するため、PHP7.4の状態で開発環境の構築が成功するようにします。
レビューポイント
このPRの変更を適用した状態で、開発環境の構築が問題なく行えるか
https://github.com/pepabo/colormeshop-wp-plugin#%E3%81%99%E3%81%90%E3%81%AB%E9%96%8B%E7%99%BA%E3%82%92%E5%A7%8B%E3%82%81%E3%82%89%E3%82%8C%E3%81%BE%E3%81%99