Skip to content

Commit

Permalink
Adds ArgoCD 1.7.x acceptance testing (#36)
Browse files Browse the repository at this point in the history
* Adds ArgoCD 1.7.x acceptance testing
  • Loading branch information
oboukili authored Oct 16, 2020
1 parent c918490 commit dfcad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
argocd_version: ["v1.6.2", "v1.5.8"]
argocd_version: ["v1.7.8", "v1.6.2", "v1.5.8"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
Expand Down

0 comments on commit dfcad7f

Please sign in to comment.