Skip to content

Add GitHub Actions workflows for caching, dependency updates, linting… #1

Add GitHub Actions workflows for caching, dependency updates, linting…

Add GitHub Actions workflows for caching, dependency updates, linting… #1

Triggered via push November 18, 2024 21:47
Status Failure
Total duration 22s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test
Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - symfony/deprecation-contracts is locked to version v3.3.0 and an update of this package was not requested. - symfony/deprecation-contracts v3.3.0 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 2 - doctrine/instantiator is locked to version 2.0.0 and an update of this package was not requested. - doctrine/instantiator 2.0.0 requires php ^8.1 -> your php version (8.0.30) does not satisfy that requirement. Problem 3 - guzzlehttp/guzzle is locked to version 7.8.0 and an update of this package was not requested. - guzzlehttp/guzzle 7.8.0 requires symfony/deprecation-contracts ^2.2 || ^3.0 -> satisfiable by symfony/deprecation-contracts[v3.3.0]. - symfony/deprecation-contracts v3.3.0 requires php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
test
Process completed with exit code 2.
test
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/