3shape / docker-ci

Helps you build rock-solid Docker images. Written as a Powershell Core module. Install from PSGallery.
Apache License 2.0
5 stars 3 forks source link

Cross-product support for PS Core 6 and newer major versions #111

Open rasmusjelsgaard opened 4 years ago

rasmusjelsgaard commented 4 years ago

Currently we "just" test on different platforms using the same version of PowerShell core.

It would be great if we could add checks for backwards compatibility of the major version of pscore. At the time of writing it would mean testing on PSCore 6 and 7.

I suggest starting by reading through this to get started and learn the current status of azure pipelines in terms of supporting this.