sonatype-nexus-community / bach

Dependency vulnerability auditor for PHP
Apache License 2.0
14 stars 15 forks source link

[CI] test with composer 2 & 1 #24

Closed jkowalleck closed 3 years ago

jkowalleck commented 3 years ago

current CI tests ran on composer2 (as shipped per docker image) composer2 was released and is available in a stable version.

composerv1 is never tested properly.

it came that this project broke(see #22, caused by #21) without detection, since there is no CI testing the project with composer1.

GOAL: have the CI run with composer1 and composer2, to detect issues like #22 in the future.