Skip to content

Commit 5810f68

Browse files
committed
Add java 21 to the list of installed JVMs
1 parent 2ae64f5 commit 5810f68

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)