Closed yamadashy closed 1 month ago
The pull request includes updates to several configuration files. The Dockerfile has been modified to use PHP version 8.3 instead of 8.2. The GitHub Actions workflow file has upgraded the "Check for typos" action from version 1.24.5 to 1.24.6. Additionally, the .tool-versions
file reflects a change in the PHP version from 8.2.23 to 8.3.11. These changes collectively ensure that the project utilizes the latest versions of PHP and associated tools.
File | Change Summary |
---|---|
.devcontainer/Dockerfile |
Updated PHP base image from 8.2 to 8.3 ; memory limit remains at 768M. |
.github/workflows/tests.yml |
Upgraded "Check for typos" action from version 1.24.5 to 1.24.6 . |
.tool-versions |
Changed PHP version from 8.2.23 to 8.3.11 . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Chores