mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00

compose v1 has been deprecated for some time now, since July 2023 it no longer receives any updates[1]. As such testing it on every PR is pointless, it also does not provide any more coverage then compose v2. At least I never saw only compose v1 test fails (except for flakes) so it doesn't help us to catch regressions. We tried to remove it before but decided against it at that time[2]. [1] https://docs.docker.com/compose/migrate/ [2] https://github.com/containers/podman/issues/18688 Signed-off-by: Paul Holzinger <pholzing@redhat.com>