Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Feature/update php jwt use php8 #97

Feature/update php jwt use php8

Feature/update php jwt use php8 #97

Re-run triggered October 20, 2023 08:14
Status Failure
Total duration 45s
Artifacts

tests.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

72 errors and 12 warnings
build (ubuntu-latest, 7.2, lowest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.0 but your php version (7.2.34) does not satisfy that requirement. Problem 2 - Root composer.json requires psr/log ^3.0 -> satisfiable by psr/log[3.0.0]. - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.2.34) does not satisfy that requirement.
build (ubuntu-latest, 7.2, lowest)
Process completed with exit code 2.
build (ubuntu-latest, 7.3, lowest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.0 but your php version (7.3.33) does not satisfy that requirement. Problem 2 - Root composer.json requires psr/log ^3.0 -> satisfiable by psr/log[3.0.0]. - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.3.33) does not satisfy that requirement.
build (ubuntu-latest, 7.3, lowest)
Process completed with exit code 2.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication.php#L259
Method Tuupola\Middleware\JwtAuthentication::decodeToken() return type has no value type specified in iterable type array.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L67
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$before has no type specified.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L68
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$after has no type specified.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L69
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$error has no type specified.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L71
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$jwtAuthentication is never read, only written.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $ignore with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $path with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $relaxed with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $rules with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $secret with no value type specified in iterable type array.
build (ubuntu-latest, 7.4, highest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.0 but your php version (7.4.33) does not satisfy that requirement. Problem 2 - Root composer.json requires psr/log ^3.0 -> satisfiable by psr/log[3.0.0]. - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement.
build (ubuntu-latest, 7.4, highest)
Process completed with exit code 2.
build (ubuntu-latest, 7.4, lowest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.0 but your php version (7.4.33) does not satisfy that requirement. Problem 2 - Root composer.json requires psr/log ^3.0 -> satisfiable by psr/log[3.0.0]. - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement.
build (ubuntu-latest, 7.4, lowest)
Process completed with exit code 2.
build (ubuntu-latest, 7.3, highest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.0 but your php version (7.3.33) does not satisfy that requirement. Problem 2 - Root composer.json requires psr/log ^3.0 -> satisfiable by psr/log[3.0.0]. - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.3.33) does not satisfy that requirement.
build (ubuntu-latest, 7.3, highest)
Process completed with exit code 2.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication.php#L259
Method Tuupola\Middleware\JwtAuthentication::decodeToken() return type has no value type specified in iterable type array.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L67
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$before has no type specified.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L68
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$after has no type specified.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L69
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$error has no type specified.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L71
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$jwtAuthentication is never read, only written.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $ignore with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $path with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $relaxed with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $rules with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $secret with no value type specified in iterable type array.
build (ubuntu-latest, 7.2, highest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.0 but your php version (7.2.34) does not satisfy that requirement. Problem 2 - Root composer.json requires psr/log ^3.0 -> satisfiable by psr/log[3.0.0]. - psr/log 3.0.0 requires php >=8.0.0 -> your php version (7.2.34) does not satisfy that requirement.
build (ubuntu-latest, 7.2, highest)
Process completed with exit code 2.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication.php#L259
Method Tuupola\Middleware\JwtAuthentication::decodeToken() return type has no value type specified in iterable type array.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L67
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$before has no type specified.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L68
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$after has no type specified.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L69
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$error has no type specified.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L71
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$jwtAuthentication is never read, only written.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $ignore with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $path with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $relaxed with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $rules with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $secret with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication.php#L259
Method Tuupola\Middleware\JwtAuthentication::decodeToken() return type has no value type specified in iterable type array.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L67
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$before has no type specified.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L68
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$after has no type specified.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L69
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$error has no type specified.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L71
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$jwtAuthentication is never read, only written.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $ignore with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $path with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $relaxed with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $rules with no value type specified in iterable type array.
build (ubuntu-latest, 8.1, lowest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $secret with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication.php#L259
Method Tuupola\Middleware\JwtAuthentication::decodeToken() return type has no value type specified in iterable type array.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L67
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$before has no type specified.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L68
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$after has no type specified.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L69
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$error has no type specified.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L71
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$jwtAuthentication is never read, only written.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $ignore with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $path with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $relaxed with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $rules with no value type specified in iterable type array.
build (ubuntu-latest, 8.0, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $secret with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication.php#L259
Method Tuupola\Middleware\JwtAuthentication::decodeToken() return type has no value type specified in iterable type array.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L67
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$before has no type specified.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L68
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$after has no type specified.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L69
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$error has no type specified.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L71
Property Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::$jwtAuthentication is never read, only written.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $ignore with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $path with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $relaxed with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $rules with no value type specified in iterable type array.
build (ubuntu-latest, 8.2, highest): src/JwtAuthentication/JwtAuthOptions.php#L73
Method Tuupola\Middleware\JwtAuthentication\JwtAuthOptions::__construct() has parameter $secret with no value type specified in iterable type array.
build (ubuntu-latest, 7.2, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 7.3, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 8.1, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 7.4, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 7.4, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 7.3, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 8.2, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 7.2, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 8.0, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 8.1, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 8.0, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 8.2, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/