We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently changed:
matrix: os: [ubuntu-latest, windows-latest]
instead of https://github.com/mooxphp/moox/blob/e3f120155349acfae2a1f376d70a932c2a8bf3b2/.github/workflows/pest.yml#L22C1-L23C28
because of laravel/framework#46165 and me being too lazy to split the non-existing tests for Windows.
and this does not play well with windows
- name: Remove PHP-PSR Extension run: | sudo apt remove php8.2-psr
Removing PSR ext is also done in codacy, code climate, and phpstan.
Probably resolved with Laravel 11.
The text was updated successfully, but these errors were encountered:
PSR extension works with Laravel 11, but Windows runner does not support the MySQL container, so we continue to only test on Ubuntu.
Sorry, something went wrong.
No branches or pull requests
Currently changed:
instead of https://github.com/mooxphp/moox/blob/e3f120155349acfae2a1f376d70a932c2a8bf3b2/.github/workflows/pest.yml#L22C1-L23C28
because of laravel/framework#46165 and me being too lazy to split the non-existing tests for Windows.
and this does not play well with windows
Removing PSR ext is also done in codacy, code climate, and phpstan.
Probably resolved with Laravel 11.
The text was updated successfully, but these errors were encountered: