We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d34de commit c2b71f9Copy full SHA for c2b71f9
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,9 @@ jobs:
45
- name: 'Set up JDK ${{ matrix.java }}'
46
uses: actions/setup-java@v3
47
with:
48
- java-version: 11 | ${{ matrix.java }}
+ java-version: |
49
+ 11
50
+ ${{ matrix.java }}
51
distribution: 'zulu'
52
cache: 'maven'
53
- name: 'Install'
0 commit comments