-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to PHP v8.5 #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request attempts to update the project's PHP version requirement from 8.4 to 8.5. However, PHP 8.5 does not exist as of November 2025. PHP 8.4 was released in November 2024 and is currently the latest stable version. This update will cause failures across the project.
Key Changes:
- PHP version updated from
^8.4to^8.5in composer.json and composer.lock - GitHub Actions workflows updated to use PHP 8.5
- craft.yml configuration updated to PHP 8.5
- Various dependency version bumps in composer.lock (nunomaduro/collision, nunomaduro/termwind, pestphp/pest, phpdocumentor packages, theseer/tokenizer)
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| craft.yml | Updates PHP version configuration to non-existent PHP 8.5 |
| composer.json | Changes PHP requirement constraint to ^8.5 which is invalid |
| composer.lock | Reflects the invalid PHP 8.5 platform requirement and includes dependency version updates |
| .github/workflows/update-version-data.yml | Updates workflow to use non-existent PHP 8.5 |
| .github/workflows/test.yml | Updates test workflows (two jobs) to use non-existent PHP 8.5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.