Add compatibility for PHP 8.5#1500
Conversation
|
@andypost seems like 8.5 should be added to Prophecy first 🤔 |
|
yes, related phpspec/prophecy#656 |
|
I think we should split the CI workflow into different jobs. Coding standard checks and static analysis don't need to be done for all PHP versions, which would allow us to decouple the PHP versions being tested from versions supported by our static analysis tooling. |
|
Can you merge this? Are there any contraindications? |
|
Ping @stof @MarcelloDuarte |
|
I've tried to use phpspec on PHP 8.5 with this PR merged and noticed that there are some deprecations that should be avoided on PHP 8.5. Here are the changes to achieve that: |
|
Hey @chives ! Thanks, I will apply your changes. |
|
Requires #1503 |
af2bb83 to
eedc815
Compare
|
Rebased and CI is green. |
|
This is great, when can we expect the new relase that includes this? Thanks! |
|
Already released: |
|
Oh, sorry, I asked in the wrong PR, I meant to do it in #1510, sorry for the noise. |
Resolving #1499