Skip to content

Conversation

wverhoogt
Copy link
Contributor

Hi,
I needed a version of phpunit-assert-gd for use with PHPUnit 10, so I created this PR. Only composer.json and phpunit.xml needed changes, no other files required changes.

Copy link
Owner

@meyfa meyfa left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the contribution!

CI tests are currently failing since PHPUnit 10 requires PHP v8.1 or later. Can you please update .github/workflows/main.yml to run with PHP versions 8.1 and 8.2 instead of the current list?

Since this is a breaking change, I will have to release it as phpunit-assert-gd 4.0.0. Can you also update README.md to include a row in the compatibility table for this? I think it should read:


| AssertGD version | Supported PHP version | Supported PHPUnit version |
| :--------------- | :-------------------- | :------------------------ |
| 4.*              | >= 8.1                | 10.1 and later            |
| 3.*              | >= 7.3                | 9                         |
| 2.*              | >= 7.2                | 8                         |
| 1.*              | >= 5.3.3              | 4.8.36 - 6.5.0            |

@wverhoogt
Copy link
Contributor Author

I have applied your suggested fix, and updated the README.

@meyfa meyfa self-requested a review September 14, 2023 10:53
Copy link
Owner

@meyfa meyfa left a comment

Choose a reason for hiding this comment

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

Thanks! Changes look good to me.

@meyfa meyfa merged commit 09da438 into meyfa:main Sep 14, 2023
@meyfa
Copy link
Owner

meyfa commented Sep 14, 2023

v4.0.0 is released 🎉

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