Skip to content

Commit

Permalink
Add k8s 1.26 to nightly run as k8s_latest is 1.27 (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored Apr 18, 2023
1 parent a8507c4 commit 39239a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
{\"image\": \"debian-plus-nap\", \"marker\": \"appprotect\"}], \
\"k8s\": [\"${{ needs.checks.outputs.k8s_latest }}\"]}" >> $GITHUB_OUTPUT
else
echo "matrix={\"k8s\": [\"1.22.15\", \"1.23.13\", \"1.24.7\", \"1.25.3\", \"${{ needs.checks.outputs.k8s_latest }}\"], \
echo "matrix={\"k8s\": [\"1.22.17\", \"1.23.17\", \"1.24.12\", \"1.25.8\", \"1.26.3\", \"${{ needs.checks.outputs.k8s_latest }}\"], \
\"images\": [{\"image\": \"debian\"}, {\"image\": \"debian-plus\"}]}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 39239a7

Please sign in to comment.