Adds all the things 🎉 #26
Triggered via pull request
September 19, 2023 04:20
Status
Failure
Total duration
1m 33s
Artifacts
–
Annotations
2 errors and 1 warning
PHPUnit
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- Root composer.json requires PHP extension ext-ssh2 * but it is missing from your system. Install or enable PHP's ssh2 extension.
Problem 2
- laravel/dusk is locked to version v7.10.0 and an update of this package was not requested.
- laravel/dusk v7.10.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 3
- php-webdriver/webdriver is locked to version 1.15.0 and an update of this package was not requested.
- php-webdriver/webdriver 1.15.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 4
- laravel/dusk v7.10.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
- nunomaduro/laravel-console-dusk v1.11.0 requires laravel/dusk ^7.0|^8.0 -> satisfiable by laravel/dusk[v7.10.0].
- nunomaduro/laravel-console-dusk is locked to version v1.11.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.2/cli/php.ini
- /etc/php/8.2/cli/conf.d/10-mysqlnd.ini
- /etc/php/8.2/cli/conf.d/10-opcache.ini
- /etc/php/8.2/cli/conf.d/10-pdo.ini
- /etc/php/8.2/cli/conf.d/15-xml.ini
- /etc/php/8.2/cli/conf.d/20-calendar.ini
- /etc/php/8.2/cli/conf.d/20-ctype.ini
- /etc/php/8.2/cli/conf.d/20-curl.ini
- /etc/php/8.2/cli/conf.d/20-dom.ini
- /etc/php/8.2/cli/conf.d/20-exif.ini
- /etc/php/8.2/cli/conf.d/20-ffi.ini
- /etc/php/8.2/cli/conf.d/20-fileinfo.ini
- /etc/php/8.2/cli/conf.d/20-ftp.ini
- /etc/php/8.2/cli/conf.d/20-gd.ini
- /etc/php/8.2/cli/conf.d/20-gettext.ini
- /etc/php/8.2/cli/conf.d/20-iconv.ini
- /etc/php/8.2/cli/conf.d/20-mbstring.ini
- /etc/php/8.2/cli/conf.d/20-mysqli.ini
- /etc/php/8.2/cli/conf.d/20-pdo_mysql.ini
- /etc/php/8.2/cli/conf.d/20-phar.ini
- /etc/php/8.2/cli/conf.d/20-posix.ini
- /etc/php/8.2/cli/conf.d/20-readline.ini
- /etc/php/8.2/cli/conf.d/20-shmop.ini
- /etc/php/8.2/cli/conf.d/20-simplexml.ini
- /etc/php/8.2/cli/conf.d/20-sockets.ini
- /etc/php/8.2/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.2/cli/conf.d/20-sysvsem.ini
- /etc/php/8.2/cli/conf.d/20-sysvshm.ini
- /etc/php/8.2/cli/conf.d/20-tokenizer.ini
- /etc/php/8.2/cli/conf.d/20-xmlreader.ini
- /etc/php/8.2/cli/conf.d/20-xmlwriter.ini
- /etc/php/8.2/cli/conf.d/20-xsl.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-ssh2 --ignore-platform-req=ext-zip` to temporarily ignore these required extensions.
|
PHPUnit
Process completed with exit code 2.
|
PHPUnit
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/
|