File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,16 @@ jobs:
3434 fetch-depth : 1 # only shallow here, we don't have jgit timestamps
3535 repository : eclipse-equinox/equinox.binaries
3636 path : equinox.binaries
37- - name : Set up JDK 17
37+ - name : Set up JDK
3838 uses : actions/setup-java@v4
3939 with :
4040 java-version : |
4141 8
42+ 21
4243 17
4344 mvn-toolchain-id : |
4445 JavaSE-1.8
46+ JavaSE-21
4547 JavaSE-17
4648 distribution : ' temurin'
4749 cache : maven
Original file line number Diff line number Diff line change @@ -45,14 +45,16 @@ jobs:
4545 uses : github/codeql-action/init@v3
4646 with :
4747 languages : ${{ matrix.language }}
48- - name : Set up JDK 17
48+ - name : Set up JDK
4949 uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
5050 with :
5151 java-version : |
5252 8
53+ 21
5354 17
5455 mvn-toolchain-id : |
5556 JavaSE-1.8
57+ JavaSE-21
5658 JavaSE-17
5759 distribution : ' temurin'
5860 cache : maven
You can’t perform that action at this time.
0 commit comments