Skip to content

Commit

Permalink
feat: test against argo-cd 2.11 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-technat authored Oct 17, 2024
1 parent 5f81100 commit 7136695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
argocd_version: ["v2.8.13", "v2.9.9", "v2.10.4"]
argocd_version: ["v2.9.22", "v2.10.17", "v2.11.9"]
steps:
- name: Check out code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/testacc_prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

export PATH=$PATH:.

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

echo "\n--- Clearing current kube context\n"
Expand Down

0 comments on commit 7136695

Please sign in to comment.