We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17b05a commit 6d6c737Copy full SHA for 6d6c737
.github/workflows/iceberg.yml
@@ -34,7 +34,7 @@ concurrency:
34
35
jobs:
36
test-flink:
37
- name: Test Iceberg ${{ matrix.iceberg }} JAVA VERSION ${{ matrix.javaver }} SCALA VERSION ${{ matrix.scalaver }}
+ name: Test Iceberg ${{ matrix.iceberg }} javaVersion ${{ matrix.javaver }} scalaVersion ${{ matrix.scalaver }}
38
runs-on: ubuntu-24.04
39
strategy:
40
fail-fast: false
0 commit comments