We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b880f commit 5dceb39Copy full SHA for 5dceb39
.github/workflows/main.yaml
@@ -227,10 +227,10 @@ jobs:
227
matrix:
228
cluster: [
229
{distribution: k3s, version: 1.26},
230
- {distribution: eks, version: 1.27},
231
- {distribution: gke, version: 1.27},
232
{distribution: kind, version: 1.27},
233
- {distribution: openshift, version: 4.13.0-okd}
+ {distribution: gke, version: 1.28},
+ {distribution: eks, version: 1.29},
+ {distribution: openshift, version: 4.14.0-okd}
234
]
235
env:
236
LICENSE_ID: ${{ needs.create-test-release.outputs.license-id }}
0 commit comments