Skip to content

Commit

Permalink
build: drop tests for 2.4.x series and add 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onematchfox committed May 4, 2023
1 parent b289b3f commit a711f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0", "v2.4.28", "v2.5.0", "v2.5.16", "v2.6.0", "v2.6.7"]
argocd_version: ["v2.5.0", "v2.5.16", "v2.6.0", "v2.6.7", "v2.7.1"]
steps:
- name: Check out code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARGOCD_SERVER?=127.0.0.1:8080
ARGOCD_AUTH_USERNAME?=admin
ARGOCD_AUTH_PASSWORD?=acceptancetesting
ARGOCD_CONTEXT?=kind-argocd
ARGOCD_VERSION?=v2.6.7
ARGOCD_VERSION?=v2.7.1

export

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 @@ -3,7 +3,7 @@

export PATH=$PATH:.

argocd_version=${ARGOCD_VERSION:-v2.6.7}
argocd_version=${ARGOCD_VERSION:-v2.7.1}
k8s_version=${ARGOCD_KUBERNETES_VERSION:-v1.24.7}

echo "\n--- Kustomize sanity checks\n"
Expand Down

0 comments on commit a711f72

Please sign in to comment.