Closed aaemnnosttv closed 3 years ago
Tests started failing after changes were introduced to wp-cli-tests which broke a temporary workaround that was in place.
See https://github.com/wp-cli/wp-cli-tests/pull/127
This PR also updates the version constraint for illuminate/container to support newer versions. It was previously locked to a specific 5.x range due to inclusion of illuminate/support in later versions, but this was since removed in https://github.com/laravel/framework/pull/30518 (https://github.com/illuminate/container/releases/tag/v6.5.1).
illuminate/container
illuminate/support
Tests are failing here due to wp-sqlite-db compatibility with PHP 8.
Tests started failing after changes were introduced to wp-cli-tests which broke a temporary workaround that was in place.
See https://github.com/wp-cli/wp-cli-tests/pull/127
This PR also updates the version constraint for
illuminate/container
to support newer versions. It was previously locked to a specific 5.x range due to inclusion ofilluminate/support
in later versions, but this was since removed in https://github.com/laravel/framework/pull/30518 (https://github.com/illuminate/container/releases/tag/v6.5.1).