Skip to content

Added FlyUI render pass #122

Added FlyUI render pass

Added FlyUI render pass #122

Triggered via push September 9, 2024 15:12
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: push
Matrix: ubuntu
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 1 warning
ubuntu (ubuntu-latest, 8.2, 9.6): src/ECS/EntityRegisty.php#L285
Property VISU\ECS\EntityRegisty::$singletonComponents (array<class-string, object>) does not accept array<class-string|int, object|T>.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUILayout.php#L334
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, VISU\FlyUI\FUILayoutSizing given.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUILayout.php#L341
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, VISU\FlyUI\FUILayoutSizing given.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUILayout.php#L365
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, VISU\FlyUI\FUILayoutSizing given.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUILayout.php#L411
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, VISU\FlyUI\FUILayoutSizing given.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUIWindow.php#L28
Method VISU\FlyUI\FUIWindow::getEstimatedHeight() overrides method VISU\FlyUI\FUIView::getEstimatedHeight() but misses parameter #1 $ctx.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUIWindow.php#L31
Method VISU\FlyUI\FUILayout::getEstimatedHeight() invoked with 0 parameters, 1 required.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUIWindow.php#L37
Method VISU\FlyUI\FUIView::getEstimatedHeight() invoked with 0 parameters, 1 required.
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUIWindow.php#L43
Return type void of method VISU\FlyUI\FUIWindow::render() is not covariant with return type float of method VISU\FlyUI\FUIView::render().
ubuntu (ubuntu-latest, 8.2, 9.6): src/FlyUI/FUIWindow.php#L45
Class VISU\FlyUI\FUICard constructor invoked with 2 parameters, 0 required.
ubuntu (ubuntu-latest, 8.1, 9.6)
The job was canceled because "ubuntu-latest_8_2_9_6" failed.
ubuntu (ubuntu-latest, 8.1, 9.6)
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpunit/phpunit[9.5.0, ..., 9.6.x-dev] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. - Root composer.json requires phpunit/phpunit ^9.5 -> satisfiable by phpunit/phpunit[9.5.0, ..., 9.6.x-dev]. To enable extensions, verify that they are enabled in your .ini files: - /etc/php/8.3/cli/php.ini - /etc/php/8.3/cli/conf.d/10-opcache.ini - /etc/php/8.3/cli/conf.d/10-pdo.ini - /etc/php/8.3/cli/conf.d/20-calendar.ini - /etc/php/8.3/cli/conf.d/20-ctype.ini - /etc/php/8.3/cli/conf.d/20-exif.ini - /etc/php/8.3/cli/conf.d/20-ffi.ini - /etc/php/8.3/cli/conf.d/20-fileinfo.ini - /etc/php/8.3/cli/conf.d/20-ftp.ini - /etc/php/8.3/cli/conf.d/20-gettext.ini - /etc/php/8.3/cli/conf.d/20-iconv.ini - /etc/php/8.3/cli/conf.d/20-phar.ini - /etc/php/8.3/cli/conf.d/20-posix.ini - /etc/php/8.3/cli/conf.d/20-readline.ini - /etc/php/8.3/cli/conf.d/20-shmop.ini - /etc/php/8.3/cli/conf.d/20-sockets.ini - /etc/php/8.3/cli/conf.d/20-sysvmsg.ini - /etc/php/8.3/cli/conf.d/20-sysvsem.ini - /etc/php/8.3/cli/conf.d/20-sysvshm.ini - /etc/php/8.3/cli/conf.d/20-tokenizer.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-dom` to temporarily ignore these required extensions.
ubuntu (ubuntu-latest, 8.1, 9.6)
Process completed with exit code 2.
ubuntu (ubuntu-latest, 8.2, 9.6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/