phpcr / phpcr-shell

PHPCR Shell
MIT License
68 stars 19 forks source link

Test CI against jackalope 2.0@dev version #214

Closed alexander-schranz closed 6 months ago

alexander-schranz commented 1 year ago

A new version is in work by @dbu which uses static typings and get ride of doctrine/cache. This pull request tests CI against jackalope 2.0@dev version.

alexander-schranz commented 1 year ago

Current errors:

Type error: Jackalope\Transport\Jackrabbit\Client::lockNode(): Argument #4 ($timeoutHint) must be of type int, null given, called in vendor/jackalope/jackalope/src/Jackalope/Lock/LockManager.php on line 139 (Behat\Testwork\Call\Exception\FatalThrowableError)

Type error: Jackalope\Property::_setLength(): Argument #1 ($length) must be of type int, array given, called in vendor/jackalope/jackalope/src/Jackalope/Node.php on line 205 (Behat\Testwork\Call\Exception\FatalThrowableError)

dbu commented 6 months ago

merged #220