Ensure caching config is compatible with v1 #59
backwards-compatibility.yml
on: pull_request
Backwards compatibility check
17s
Annotations
8 errors and 1 warning
Backwards compatibility check:
src/Route.php#L11
Method FastRoute\Route::fromParsedRoute() was removed
|
Backwards compatibility check:
src/Route.php#L22
The parameter $handler of FastRoute\Route#__construct() changed from mixed to a non-contravariant array
|
Backwards compatibility check:
src/Route.php#L22
The parameter $handler of FastRoute\Route#__construct() changed from mixed to array
|
Backwards compatibility check:
src/Route.php#L22
The parameter $regex of FastRoute\Route#__construct() changed from string to mixed
|
Backwards compatibility check:
src/Route.php#L22
Parameter 1 of FastRoute\Route#__construct() changed name from handler to routeData
|
Backwards compatibility check:
src/Route.php#L22
Parameter 2 of FastRoute\Route#__construct() changed name from regex to handler
|
Backwards compatibility check:
src/Route.php#L22
Parameter 3 of FastRoute\Route#__construct() changed name from variables to extraParameters
|
Backwards compatibility check
Process completed with exit code 3.
|
Backwards compatibility check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|