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 fd7ff11 commit f70bc0bCopy full SHA for f70bc0b
.github/workflows/tests.yaml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
clickhouse: [ "23.7", "24.3", "latest", "cloud" ]
12
flink: [ "1.17.2", "1.18.1", "1.19.3", "1.20.2"]
13
- name: Apache Flink 1.17+ ClickHouse Connector tests with ClickHouse ${{ matrix.clickhouse }}
+ name: Apache Flink ${{ matrix.flink }} ClickHouse Connector tests with ClickHouse ${{ matrix.clickhouse }}
14
steps:
15
- name: Check for Cloud Credentials
16
id: check-cloud-credentials
0 commit comments