Skip to content

Commit

Permalink
Test with JDK 23
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Dec 8, 2024
1 parent 2f3905c commit 2c45f45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Test with JDK 21
run: mvn -v && mvn -B test
run: mvn -v && mvn -B test

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

0 comments on commit 2c45f45

Please sign in to comment.