Test PHP 8.4, 8.3 #81
Annotations
2 errors and 3 warnings
Install dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires pestphp/pest-plugin-laravel ^1.3|^2.1|^3.0 -> satisfiable by pestphp/pest-plugin-laravel[v1.3.0, v1.4.0, 1.x-dev, v2.1.0, ..., 2.x-dev, v3.0.0, 3.x-dev].
- Root composer.json requires vimeo/psalm ^4.2|^5.20 -> satisfiable by vimeo/psalm[4.2.0, ..., 4.x-dev, 5.20.0, ..., 5.x-dev].
- pestphp/pest[v2.33.6, ..., v2.34.0] require phpunit/phpunit ^10.5.10 -> satisfiable by phpunit/phpunit[10.5.10, ..., 10.5.x-dev].
- pestphp/pest v2.34.1 requires phpunit/phpunit ^10.5.11 -> satisfiable by phpunit/phpunit[10.5.11, ..., 10.5.x-dev].
- pestphp/pest v2.34.2 requires phpunit/phpunit ^10.5.12 -> satisfiable by phpunit/phpunit[10.5.12, ..., 10.5.x-dev].
- pestphp/pest[v2.34.3, ..., v2.34.4] require phpunit/phpunit ^10.5.13 -> satisfiable by phpunit/phpunit[10.5.13, ..., 10.5.x-dev].
- pestphp/pest v2.34.5 requires phpunit/phpunit ^10.5.15 -> satisfiable by phpunit/phpunit[10.5.15, ..., 10.5.x-dev].
- pestphp/pest v2.34.6 requires phpunit/phpunit ^10.5.16 -> satisfiable by phpunit/phpunit[10.5.16, ..., 10.5.x-dev].
- pestphp/pest[v2.34.7, ..., v2.35.1] require phpunit/phpunit ^10.5.17 -> satisfiable by phpunit/phpunit[10.5.17, ..., 10.5.x-dev].
- pestphp/pest[v2.36.0, ..., 2.x-dev] require phpunit/phpunit ^10.5.36 -> satisfiable by phpunit/phpunit[10.5.36, 10.5.37, 10.5.38, 10.5.x-dev].
- pestphp/pest[v3.0.0, ..., v3.0.6] require phpunit/phpunit ^11.3.4 -> satisfiable by phpunit/phpunit[11.3.4, ..., 11.5.x-dev].
- pestphp/pest[v3.0.7, ..., v3.2.5] require phpunit/phpunit ^11.3.6 -> satisfiable by phpunit/phpunit[11.3.6, ..., 11.5.x-dev].
- pestphp/pest v3.3.0 requires phpunit/phpunit ^11.4.0 -> satisfiable by phpunit/phpunit[11.4.0, ..., 11.5.x-dev].
- pestphp/pest[v3.3.1, ..., v3.4.1] require phpunit/phpunit ^11.4.1 -> satisfiable by phpunit/phpunit[11.4.1, ..., 11.5.x-dev].
- pestphp/pest[v3.4.2, ..., v3.5.0] require phpunit/phpunit ^11.4.2 -> satisfiable by phpunit/phpunit[11.4.2, 11.4.3, 11.4.x-dev, 11.5.x-dev].
- pestphp/pest[v3.5.1, ..., 3.x-dev] require phpunit/phpunit ^11.4.3 -> satisfiable by phpunit/phpunit[11.4.3, 11.4.x-dev, 11.5.x-dev].
- pestphp/pest-plugin-laravel v1.3.0 requires laravel/framework ^7.30.6 || ^8.83.23 || ^9.30.1 -> found laravel/framework[v7.30.6, 7.x-dev, v8.83.23, ..., 8.x-dev, v9.30.1, ..., 9.x-dev] but it conflicts with your root composer.json require (11.*).
- pestphp/pest-plugin-laravel[v1.4.0, ..., 1.x-dev] require laravel/framework ^7.30.6 || ^8.83.27 || ^9.47.0 || ^10.0.0 -> found laravel/framework[v7.30.6, 7.x-dev, v8.83.27, 8.x-dev, v9.47.0, ..., 9.x-dev, v10.0.0, ..., 10.x-dev] but it conflicts with your root composer.json require (11.*).
- pestphp/pest-plugin-laravel v2.1.0 requires laravel/framework ^10.15.0 -> found laravel/framework[v10.15.0, ..., 10.x-dev] but it conflicts with your root composer.json require (11.*).
- pestphp/pest-plugin-laravel v2.3.0 requires pestphp/pest ^2.33.6 -> satisfiable by pestphp/pest[v2.33.6, ..., 2.x-dev].
- pestphp/pest-plugin-laravel[v2.4.0, ..., 2.x-dev] require pestphp/pest ^2.34.7 -> satisfiable by pestphp/pest[v2.34.7, ..., 2.x-dev].
- pestphp/pest-plugin-laravel[v3.0.0, ..., 3.x-dev] require pestphp/pest ^3.0.0 -> satisfiable by pestphp/pest[v3.0.0, ..., 3.x-dev].
- phpunit/phpunit[10.5.10, ..., 10.5.26] require sebastian/diff ^5.0 -> satisfiable by sebastian/diff[5.0.0, ..., 5.1.x-dev].
- phpunit/phpunit[10.5.27, ..., 10.5.x-dev] require sebastian/diff ^5.1.1 -> satisfiable by sebastian/diff[5.1.1, 5.1.x-dev].
- phpunit/phpunit[11.4.1, ..., 11.5.x-dev] require sebastian/diff ^6.0.2 -> satisfiable by sebastian/diff[6.0.2, 6.0.x-dev].
- Conclusion: don't install sebastian/diff 5.0.0 (conflict analysis result)
- Conclusion: don't install sebastian/diff 5.1.1 (conflict analysis result)
- Conclusion: don't install sebastian/diff 6.0.2 (conflict analysis result)
- Conclusion: don't install phpunit/phpunit 11.3.4 (conflict ana
|
Install dependencies
Process completed with exit code 2.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading