GravityPDF / querypath

A fork of QueryPath: a PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
Other
21 stars 2 forks source link

PHP 8.2 Support #26

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

Allow installation on PHP8.2 and run automated test suite against that version.

TODO

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

Composer won't install QueryPath on PHP8.2

What is the new behavior?

Composer will install QueryPath on PHP8.2

Does this introduce a breaking change?

Other information

This PR is currently set to draft, so that we can assess the status of PHP8.2 compatibility for this library. Once all identified issues are fixed under 8.2 it will be merged.

jakejackson1 commented 1 year ago

PHPUnit test https://github.com/GravityPDF/querypath/blob/main/tests/QueryPath/CSS/QueryPathEventHandlerTest.php#L113-L126 currently failing on PHP8.2.