git
git copied to clipboard
PHP 8 fails with non ascii example filenames during unit tests
In order to make the build pass the unicode characters were removed.
But to make sure unicode characters get escaped properly the php 8 gihub action build should be fixed and the unit tests should be reverted to contain the unicode examples again.