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 124acf7 commit da030f8Copy full SHA for da030f8
.github/workflows/ci.yml
@@ -15,11 +15,11 @@ jobs:
15
strategy:
16
matrix:
17
java: [11, 17]
18
- scala: [2.13.16, 3.3.6]
+ scala: [2.13.17, 3.3.6]
19
flink: [1.19.3, 1.20.2]
20
sbt-module: ['flink-1-api', 'scala-api-common']
21
include:
22
- - scala: 2.13.16
+ - scala: 2.13.17
23
java: 17
24
flink: 2.0.0
25
sbt-module: 'flink-2-api'
0 commit comments