We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0089697 + 2156855 commit 04506c9Copy full SHA for 04506c9
2 files changed
.github/workflows/ci-workflow.yml
@@ -54,8 +54,8 @@ jobs:
54
- uses: actions/setup-java@v4
55
with:
56
distribution: 'temurin'
57
- java-version: 24
58
- - name: Test with JDK 24
+ java-version: 25
+ - name: Test with JDK 25
59
run: mvn -v && mvn -B test
60
61
- name: Set up settings.xml for Sonatype
.github/workflows/pr-workflow.yml
@@ -43,11 +43,11 @@ jobs:
43
44
java-version: 21
45
- name: Test with JDK 21
46
- run: mvn -v && mvn -B test
+ run: mvn -v && mvn -B test
47
48
49
50
51
52
53
0 commit comments