Run PSU tests with Portainer 1.21.0, 1.22.2 and 1.23.0

Remove Portainer 1.20.2 support
This commit is contained in:
Tortue Torche 2019-12-10 17:43:28 +01:00 committed by Tortue Torche
parent 878fe12ee3
commit 30a893813d
2 changed files with 6 additions and 6 deletions

View File

@ -82,16 +82,16 @@ build:debian-core:
- registry_login
- bash scripts/test.sh
test:portainer-1.20.2:
<<: *test_definition
variables:
PORTAINER_VERSION: 1.20.2
test:portainer-1.21.0:
<<: *test_definition
variables:
PORTAINER_VERSION: 1.21.0
test:portainer-1.22.2:
<<: *test_definition
variables:
PORTAINER_VERSION: 1.22.2
test:portainer-latest:
<<: *test_definition

View File

@ -207,7 +207,7 @@ For detailed instructions, see the [CLI Commands](docs/README.md) documentation.
## Supported Portainer API
<abbr title="Portainer Stack Utils">PSU</abbr> was created for the latest versions of Portainer API, which at the time of writing are [1.20.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.20.2), [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0) and [1.22.1](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.1).
<abbr title="Portainer Stack Utils">PSU</abbr> was created for the latest versions of Portainer API, which at the time of writing are [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0), [1.22.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.2) and [1.23.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.23.0).
## License