Skip to content

Commit

Permalink
Add java 21 to the list of installed JVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 21, 2024
1 parent 2ae64f5 commit a698490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:
fetch-depth: 1 # only shallow here, we don't have jgit timestamps
repository: eclipse-equinox/equinox.binaries
path: equinox.binaries
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: |
8
21
17
mvn-toolchain-id: |
JavaSE-1.8
JavaSE-21
JavaSE-17
distribution: 'temurin'
cache: maven
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,16 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: |
8
21
17
mvn-toolchain-id: |
JavaSE-1.8
JavaSE-21
JavaSE-17
distribution: 'temurin'
cache: maven
Expand Down

0 comments on commit a698490

Please sign in to comment.