Skip to content

Commit

Permalink
Test against JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Oct 16, 2023
1 parent c2f63e7 commit 67acf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Expand Up @@ -47,8 +47,8 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
- name: Test with JDK 20
java-version: 21
- name: Test with JDK 21
run: mvn -v && mvn -B test

- name: Set up settings.xml for Sonatype
Expand Down

0 comments on commit 67acf40

Please sign in to comment.