Skip to content
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

Upgrade to support PHP 8.4 runtime and basic code parsing (not the hooks hell of PHP 8.4) #913

Open
wants to merge 4 commits into
base: 8.11.x
Choose a base branch
from

Conversation

Ocramius
Copy link
Member

@Ocramius Ocramius commented Jan 27, 2025

renovate bot and others added 4 commits January 22, 2025 05:32
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | nikic/php-parser | 4.19.4 | 5.4.0 |
* instructed `psalm/plugin-phpunit` to ignore unused `test/` code
* instructed PHPUnit to convert deprecations to failures (new XSD)
* moved to newer Psalm / PHP-Parser versions
* moved to PHPUnit attributes for coverage and data providers
* migrated to new PHPUnit source directory declarations

Note: some `./vendor/bin/psalm` commands fail when caching is involved: usages of some
methods seem to not be picked up properly.
@Ocramius Ocramius added enhancement help wanted dependencies Pull requests that update a dependency file labels Jan 27, 2025
@@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.39.0
uses: laminas/laminas-continuous-integration-action@1.40.1
Copy link
Member Author

@Ocramius Ocramius Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement help wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant