Skip to content

Commit 618ceb4

Browse files
authored
tests: add argocd 2.2.5 to test suite (#142)
* tests: use argocd 2.2.5 and 2.1.0 in test suite * docs: clarify compatibility promise Fixes #141.
1 parent a558e70 commit 618ceb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
argocd_version: ["v2.1.3", "v2.0.5", "v1.8.7"]
17+
argocd_version: ["v2.2.5", "v2.1.10"]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-go@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Compatibility promise
88

9-
This provider is compatible with _at least_ the last 2 major releases of ArgoCD (e.g, ranging from 1.(n).m, to 1.(n-1).0, where `n` is the latest available major version).
9+
This provider is compatible with _at least_ the last 2 minor releases of ArgoCD (e.g, ranging from 1.(n).m, to 1.(n-1).0, where `n` is the latest available minor version).
1010

1111
Older releases are not supported and some resources may not work as expected.
1212

0 commit comments

Comments
 (0)