Skip to content

Commit 85a6839

Browse files
committed
DO NOT MERGE. Further reduce the matrix for testing purposes
1 parent aa96389 commit 85a6839

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
version: ["v1_20"]
78-
namespace: ["default","flink"]
78+
namespace: ["default"]
7979
mode: ["native" ]
8080
java-version: [ 21 ]
8181
http-client: [ "okhttp" ]
@@ -94,14 +94,6 @@ jobs:
9494
extraArgs: '--create-namespace --set "watchNamespaces={default,flink}"'
9595
- version: v1_20
9696
image: flink:1.20
97-
- version: v1_19
98-
image: flink:1.19
99-
- version: v1_18
100-
image: flink:1.18
101-
- version: v1_17
102-
image: flink:1.17
103-
- version: v1_16
104-
image: flink:1.16
10597
- version: v1_20
10698
# Version isn't critical but should ideally be latest.
10799
mode: "native"

0 commit comments

Comments
 (0)