Fix build errors in github actions workflows#30
Fix build errors in github actions workflows#30google-labs-jules[bot] wants to merge 2 commits intomainfrom
Conversation
…aints The build was failing because specific older versions of Statamic (e.g., 4.6.0) are marked as having security vulnerabilities, and Composer refused to install them. Updating the version matrix from `4.0.*` and `5.0.*` to `4.*` and `5.*` allows Composer to select the latest secure patch versions in the 4.x and 5.x series.
|
👋 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 For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
|
Still getting these errors on build: Error: Your requirements could not be resolved to an installable set of packages. Problem 1
|
Thank you for the feedback. I have already implemented a fix in my recent changes to broaden the Statamic version constraint to |
…aints The build was failing because specific older versions of Statamic (e.g., 4.6.0) are marked as having security vulnerabilities, and Composer refused to install them. Updating the version matrix from `4.0.*` and `5.0.*` to `4.*` and `5.*` allows Composer to select the latest secure patch versions in the 4.x and 5.x series.
Updated the GitHub Actions matrix to use
4.*and5.*for Statamic versions instead of4.0.*and5.0.*. This resolves build errors caused by security advisories blocking the installation of specific older versions.PR created automatically by Jules for task 11893956356192078405 started by @goldnead