Skip to content

Commit c2b71f9

Browse files
authored
Update ci.yml
1 parent 25d34de commit c2b71f9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
- name: 'Set up JDK ${{ matrix.java }}'
4646
uses: actions/setup-java@v3
4747
with:
48-
java-version: 11 | ${{ matrix.java }}
48+
java-version: |
49+
11
50+
${{ matrix.java }}
4951
distribution: 'zulu'
5052
cache: 'maven'
5153
- name: 'Install'

0 commit comments

Comments
 (0)