Skip to content

Added Action for composer with token to avoid errors when running tests #126

Added Action for composer with token to avoid errors when running tests

Added Action for composer with token to avoid errors when running tests #126

Triggered via push January 8, 2024 12:25
Status Failure
Total duration 40s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build
Your requirements could not be resolved to an installable set of packages. Problem 1 - drupal/core[9.2.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.2.x-dev] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension. - drupal/admin_toolbar[3.3.0, ..., 3.x-dev] require drupal/core ^9.2 || ^10 -> satisfiable by drupal/core[9.2.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.2.x-dev]. - Root composer.json requires drupal/admin_toolbar ^3.3 -> satisfiable by drupal/admin_toolbar[3.3.0, ..., 3.x-dev]. To enable extensions, verify that they are enabled in your .ini files: - /usr/local/etc/php/conf.d/docker-php-ext-sodium.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-gd` to temporarily ignore these required extensions.
build
Process completed with exit code 2.
build
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/