Skip to content

Commit

Permalink
chore(build): Add k8s 1.27 to tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jul 13, 2023
1 parent 82c981a commit e04f0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
k8sversion: ["v1.21.14", "v1.22.15", "v1.23.13", "v1.24.7", "v1.25.3", "v1.26.0"]
k8sversion: ["v1.21.14", "v1.22.17", "v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
# k8sversion: ["v1.21.14", "v1.22.15", "v1.23.13", "v1.24.7", "v1.25.3", "v1.26.0"]
k8sversion: ["v1.21.14", "v1.22.15"]
k8sversion: ["v1.21.14", "v1.22.17", "v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e04f0f8

Please sign in to comment.