You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting an error recently when setting up the Statamic project.
$ php artisan key:generate
PHP Fatal error: During inheritance of Countable: Uncaught ErrorException: Return type of Stringy\Stringy::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/runner/work/cms/cms/vendor/statamic/stringy/src/Stringy.php:270
How to reproduce
I am getting this error on Github actions. It's probably a PHP version incompatibility? I'm using PHP 8.0.6 locally but Github actions might be pulling PHP 8.1? I also ran into this problem on Laravel Forge.
Bug description
I've been getting an error recently when setting up the Statamic project.
How to reproduce
I am getting this error on Github actions. It's probably a PHP version incompatibility? I'm using PHP 8.0.6 locally but Github actions might be pulling PHP 8.1? I also ran into this problem on Laravel Forge.
Logs
Versions
Statamic 3.2.16 Pro
Laravel 8.64.0
PHP 8.0.6
elvenstar/statamic-meilisearch 0.1.3
statamic/ssg 0.9.0
Installation
Other (please explain)
Additional details
No response
The text was updated successfully, but these errors were encountered: