minkphp / MinkBrowserKitDriver

Symfony2 BrowserKit driver for Mink framework
MIT License
550 stars 80 forks source link

Allow Symfony 7. #175

Closed longwave closed 10 months ago

longwave commented 10 months ago

Closes #174

Will also require https://github.com/minkphp/driver-testsuite/pull/85

andypost commented 10 months ago

Blocker just merged https://github.com/minkphp/driver-testsuite/pull/85

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2d9f3c0) 98.02% compared to head (3148c20) 98.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #175 +/- ## ========================================= Coverage 98.02% 98.02% Complexity 127 127 ========================================= Files 1 1 Lines 304 304 ========================================= Hits 298 298 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andypost commented 10 months ago

@stof is there a plan to create new minor releases?

stof commented 10 months ago

@andypost yes. I'm currently working on updating the CI of all our repos to run tests on PHP 8.3 as well if this was not done yet. I will do the releases after that (and fixing tests if the CI is not green, which was the case here due to new tests being added in the shared testsuite).