You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2021/11/26 19:15:16 UTC

[bahir-flink] 03/04: Fix naming

This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit 1402cff6b8b297a3d693639ab8d9a29c8e1abdb8
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Sun Nov 21 21:18:15 2021 +0100

    Fix naming
---
 .github/workflows/maven-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml
index 525699d..0b3d6b1 100644
--- a/.github/workflows/maven-ci.yml
+++ b/.github/workflows/maven-ci.yml
@@ -35,10 +35,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
-    - name: Set up JDK 11
+    - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v2
       with:
-        java-version: '${{ matrix.java }}'
+        java-version: ${{ matrix.java }}
         distribution: 'adopt'
         cache: maven 
     - name: Change scala version