Skip to content

Commit 7136695

Browse files
authored
feat: test against argo-cd 2.11 (#468)
1 parent 5f81100 commit 7136695

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
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
argocd_version: ["v2.8.13", "v2.9.9", "v2.10.4"]
51+
argocd_version: ["v2.9.22", "v2.10.17", "v2.11.9"]
5252
steps:
5353
- name: Check out code
5454
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

scripts/testacc_prepare_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
export PATH=$PATH:.
66

7-
argocd_version=${ARGOCD_VERSION:-v2.8.13}
7+
argocd_version=${ARGOCD_VERSION:-v2.11.9}
88
k8s_version=${ARGOCD_KUBERNETES_VERSION:-v1.27.11}
99

1010
echo "\n--- Clearing current kube context\n"

0 commit comments

Comments
 (0)