8000 Add CI coverage for PHP 8.3, 8.4, and 8.5 by sandesh-as · Pull Request #187 · stomp-php/stomp-php · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@sandesh-as
Copy link
Contributor

No description provided.

composer.json Outdated
},
"require": {
"php": "^7.3|^8.0"
"php": "7.3|^8.0|^8.1|^8.2|^8.3|^8.4|^8.5"
Copy link
Member

Choose a reason for hiding this comment

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

^8.0 already implies the others. just revert all changes to this file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Member
@staabm staabm left a comment

Choose a reason for hiding this comment

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

please add inline /** @phpstan-ignore error-identnfier*/ for the 2 errors

@sandesh-as
Copy link
Contributor Author
sandesh-as commented Dec 1, 2025

/** @phpstan-ignore error-identnfier*/

Done

@staabm
Copy link
Member
staabm commented Dec 1, 2025

each of the lines to be ignored has a different error, hence needs a different error-identifier.
see the CI output https://github.com/stomp-php/stomp-php/actions/runs/19819883582/job/56779683528?pr=187 which contains the correct identifiers to be ignored

Copy link
Member
@staabm staabm left a comment

Choose a reason for hiding this comment

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

thank you

@staabm staabm merged commit 5e15aef into stomp-php:master Dec 1, 2025
5 of 8 checks passed
@staabm
Copy link
Member
staabm commented Dec 1, 2025

now you can work on fixing the newly added errors in a separate PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0