Skip to content

Commit

Permalink
Add JDK 11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Oct 19, 2023
1 parent 3b047d7 commit 0593860
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 @@ -29,3 +29,11 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B -Popendj package --file pom.xml
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B -Popendj package --file pom.xml

0 comments on commit 0593860

Please sign in to comment.