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.
This pull request includes updates to the
php/8.4Docker setup, introducing dependency management in Dependabot, upgrading the PHP version, and enabling New Relic integration. Below are the key changes grouped by theme:Dependabot Configuration Updates:
package-ecosystementry for Docker in thephp/8.4directory, with a weekly update schedule and restrictions on PHP version updates. (.github/dependabot.yaml, .github/dependabot.yamlR108-R117)PHP Version Upgrade:
php/8.4/Dockerfilefromphp:8.4.1-fpmtophp:8.4.10-fpm, ensuring compatibility with the latest PHP features and fixes. (php/8.4/Dockerfile, php/8.4/DockerfileL1-R1)Removal of Deprecated Code:
mcryptextension, which is no longer maintained or required. (php/8.4/Dockerfile, php/8.4/DockerfileL34-L47)New Relic Integration:
newrelic.inito the appropriate directories. (php/8.4/Dockerfile, [1] [2]