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 <[email protected]> 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
