Skip to content

Commit fed1267

Browse files
authored
Update .github/workflows/dsh-testing.yaml
1 parent 10585fa commit fed1267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dsh-testing.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
eks_version: ["1.25", "1.30", "1.31"]
29+
# TODO (debo/zvonimir): need to find path to enable testing for k8s 1.25
30+
# eks_version: ["1.25", "1.30", "1.31"]
31+
eks_version: ["1.30", "1.31"]
3032
fail-fast: false
3133

3234
name: '(base_image: ${{ github.event.inputs.base_image }}) (eks_version: ${{ matrix.eks_version }})'

0 commit comments

Comments
 (0)