maclof / kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster (https://github.com/kubernetes/kubernetes)
MIT License
231 stars 82 forks source link

Support Symfony Yaml 6 and enable test on php 8.1 #101

Closed frenchcomp closed 2 years ago

frenchcomp commented 2 years ago

Support versions Symfony Yaml 6+ parsers Support PHPUnit 9.5+ and expectExceptionMessageMatches instead of expectExceptionMessageRegExp to can install dependencies with PHP8.1 Enable automatics tests on PHP 8.1

leonboot commented 2 years ago

Looking forward to this merge! It would solve a whole chain of deprecation warnings in my Symfony 6 project 😄 (or PR #102 for that matter, if the phpunit upgrade is a no go)

frenchcomp commented 2 years ago

PHPUnit 7.* stills installable with this PR, but PhpUnit 9.5+ is also supported (There are some issues with PHP 8.1 and PHPUnit 7)

Jeroeny commented 2 years ago

I guess this still needs to be released in a new tag?

maclof commented 2 years ago

Sorry for delay, have just tagged this as 0.24.0 :)