Skip to content

Commit

Permalink
Add java 21 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierba committed Sep 2, 2024
1 parent 2978c66 commit 8dbfddc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B -Popendj package --file pom.xml
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B -Popendj package --file pom.xml

0 comments on commit 8dbfddc

Please sign in to comment.