Skip to content

Migrate code to PHP 8.3 #560

Migrate code to PHP 8.3

Migrate code to PHP 8.3 #560

Triggered via push December 19, 2025 10:05
Status Failure
Total duration 2m 35s
Artifacts

php.yml

on: push
Matrix: PHP-Linter
Linter  /  ecmascript-linter
Linter / ecmascript-linter
Linter  /  json-linter
Linter / json-linter
Linter  /  style-linter
Linter / style-linter
Linter  /  yaml-linter
Linter / yaml-linter
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
11s
Code coverage
Quality control
59s
Quality control
Security checks
39s
Security checks
Cleanup artifacts
5s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unit tests, PHP 8.4, windows-latest
Process completed with exit code 1.
Unit tests, PHP 8.4, windows-latest
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires simplesamlphp/simplesamlphp-test-framework ~1.11 -> satisfiable by simplesamlphp/simplesamlphp-test-framework[v1.11.0]. - azjezz/psl 4.2.0 requires ext-sodium * -> it is missing from your system. Install or enable PHP's sodium extension. Alternatively you can require one of these packages that provide the extension (or parts of it): Keep in mind that the suggestions are automated and may not be valid or safe to use - paragonie/sodium_compat_ext_sodium - juspay/expresscheckout-php-sdk Express Checkout SDK for PHP allows easy integration with Juspay's EC payments as a service platform - vufind/vufind A flexible discovery layer. - maglnet/composer-require-checker 4.19.0 requires azjezz/psl ^4.2.0 -> satisfiable by azjezz/psl[4.2.0]. - simplesamlphp/simplesamlphp-test-framework v1.11.0 requires maglnet/composer-require-checker ^4.19 -> satisfiable by maglnet/composer-require-checker[4.19.0]. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-sodium` to temporarily ignore these required extensions.
Unit tests, PHP 8.3, windows-latest
The strategy configuration was canceled because "unit-tests-windows.windows-latest_8_4" failed
Unit tests, PHP 8.3, windows-latest
The operation was canceled.
Unit tests, PHP 8.5, windows-latest
The strategy configuration was canceled because "unit-tests-windows.windows-latest_8_4" failed
Unit tests, PHP 8.5, windows-latest
The operation was canceled.
Quality control
Process completed with exit code 1.
Quality control: src/WebAuthn/WebAuthnRegistrationEvent.php#L152
PHPDoc tag `@var` above a method has no effect.
Quality control: src/WebAuthn/Store/Database.php#L38
Property SimpleSAML\Module\webauthn\WebAuthn\Store\Database::$db has unknown class SimpleSAML\Datadata as its type.
Quality control: src/WebAuthn/Store/Database.php#L38
PHPDoc tag `@var` for property SimpleSAML\Module\webauthn\WebAuthn\Store\Database::$db with type SimpleSAML\Datadata is not subtype of native type SimpleSAML\Database.