Skip to content

Commit c2e8f25

Browse files
authored
[chore] test with more recent Kubernetes versions (#44418)
Move from testing 1.23 and 1.30 to 1.32 and 1.34.
1 parent d80a691 commit c2e8f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
fail-fast: false
106106
matrix:
107107
k8s-version:
108-
- "v1.30.0"
109-
- "v1.23.17"
108+
- "v1.32.8"
109+
- "v1.34.0"
110110
component:
111111
- receiver/k8sclusterreceiver
112112
- processor/k8sattributesprocessor

0 commit comments

Comments
 (0)