Skip to content

Commit

Permalink
ci: dump k8s version for compatibility test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Jun 5, 2023
1 parent 83a7f72 commit c07fdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- minikube
- k3s
kubernetes-version:
- "v1.21.0"
- "v1.22.0"
- "v1.23.0"
- "v1.24.0"
- "v1.25.0"
- "v1.26.0"
- "v1.27.0"
steps:
- if: matrix.kubernetes-env == 'k3s'
run: |
Expand Down Expand Up @@ -93,12 +93,12 @@ jobs:
- minikube
- k3s
kubernetes-version:
- "v1.21.0"
- "v1.22.0"
- "v1.23.0"
- "v1.24.0"
- "v1.25.0"
- "v1.26.0"
- "v1.27.0"
emqx:
- [EmqxBroker, emqx, "config/samples/emqx/v1beta4/emqxbroker-slim.yaml"]
- [EmqxBroker, emqx, "config/samples/emqx/v1beta4/emqxbroker-full.yaml"]
Expand Down

0 comments on commit c07fdce

Please sign in to comment.