SSP 2.5 compatibility #1472
test.yaml
on: pull_request
Matrix: basic-tests
Security checks
35s
Sanity checks
23s
Matrix: conformance-suite
Quality control
58s
Annotations
12 errors and 6 warnings
|
ClassMustBeFinal:
src/Bridges/SspBridge/Utils.php#L13
src/Bridges/SspBridge/Utils.php:13:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\SspBridge\Utils is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Bridges/SspBridge/Module/Admin.php#L9
src/Bridges/SspBridge/Module/Admin.php:9:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\SspBridge\Module\Admin is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Bridges/SspBridge/Module.php#L10
src/Bridges/SspBridge/Module.php:10:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\SspBridge\Module is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Bridges/SspBridge/Auth/Source.php#L7
src/Bridges/SspBridge/Auth/Source.php:7:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\SspBridge\Auth\Source is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Bridges/SspBridge/Auth.php#L9
src/Bridges/SspBridge/Auth.php:9:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\SspBridge\Auth is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Bridges/SspBridge.php#L15
src/Bridges/SspBridge.php:15:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\SspBridge is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Bridges/PsrHttpBridge.php#L14
src/Bridges/PsrHttpBridge.php:14:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Bridges\PsrHttpBridge is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Admin/Menu/Item.php#L7
src/Admin/Menu/Item.php:7:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Admin\Menu\Item is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Admin/Menu.php#L9
src/Admin/Menu.php:9:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Admin\Menu is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
ClassMustBeFinal:
src/Admin/Authorization.php#L13
src/Admin/Authorization.php:13:7: ClassMustBeFinal: Class SimpleSAML\Module\oidc\Admin\Authorization is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
conformance-suite (v2.5.0)
Process completed with exit code 1.
|
|
conformance-suite (v2.4.5)
Process completed with exit code 1.
|
|
Sanity checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Security checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Syntax and unit tests, PHP 8.4,
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Syntax and unit tests, PHP 8.3,
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Syntax and unit tests, PHP 8.5,
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Quality control
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, codecov/codecov-action@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-data
|
32.2 MB |
sha256:97dbe95bba724c51294f2df5e204496442eac077efdb55aa2fbc93c3e0d866b2
|
|