Skip to content

Commit

Permalink
Test CI build against Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Mar 28, 2023
1 parent cadd833 commit 7bf6507
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-workflow.yml
Expand Up @@ -43,6 +43,13 @@ jobs:
java-version: 17
- name: Test with JDK 17
run: mvn -v && mvn -B test

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
- name: Test with JDK 20
run: mvn -v && mvn -B test

- name: Set up settings.xml for Sonatype
uses: actions/setup-java@v3
Expand Down

0 comments on commit 7bf6507

Please sign in to comment.