minkphp / MinkBrowserKitDriver

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

Enable PHP 8.3 testing #178

Closed andypost closed 10 months ago

andypost commented 10 months ago

Ref https://www.php.net/releases/8.3/index.php

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (4a6f37a) 98.02% compared to head (d492339) 98.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================= 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.

stof commented 10 months ago

I already included this in #177 along with more improvements

stof commented 10 months ago

And this change does not actually run tests on 8.3. You only run composer validate on 8.3...

andypost commented 10 months ago

Thank you