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.
1 parent f03a9f4 commit e7c7826Copy full SHA for e7c7826
2 files changed
.github/workflows/ci-workflow.yml
@@ -57,6 +57,13 @@ jobs:
57
java-version: 25
58
- name: Test with JDK 25
59
run: mvn -v && mvn -B test
60
+
61
+ - uses: actions/setup-java@v4
62
+ with:
63
+ distribution: 'temurin'
64
+ java-version: 26
65
+ - name: Test with JDK 26
66
+ run: mvn -v && mvn -B test
67
68
- name: Set up settings.xml for Sonatype
69
uses: actions/setup-java@v4
.github/workflows/pr-workflow.yml
@@ -51,3 +51,10 @@ jobs:
51
52
53
54
55
56
0 commit comments