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 dba00c2
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit dba00c2

Please sign in to comment.