Add PHP 8.5 Support#42
Conversation
- Create docker-compose-85.yml - Add PHP 8.5 to CI matrix and build steps in docker-publish.yml - Fix incorrect tagging in PHP 8.4 build step
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Upgrade actions/checkout from v4 to v6.0.2 to fix Node.js 20 deprecation warning - Prevent PHP 8.5 docker build from failing if opcache fails to install via docker-php-ext-install - Add PHP 8.5 to github action test matrix and publish step - Fix copy-pasted tags referencing PHP 8.3 instead of 8.4 in the PHP 8.4 build step
This PR adds support for PHP 8.5 to the project. It includes a new
docker-compose-85.ymlfor local development, updates the GitHub Actions workflow to include PHP 8.5 in the test matrix, and adds a build step to push thephp:85image. Additionally, it fixes a typo where the PHP 8.4 image was being incorrectly tagged asphp:83instead ofphp:84.PR created automatically by Jules for task 15347565485457484259 started by @ricardoapaes