Skip to content

Commit e7c7826

Browse files
committed
Test against JDK 26
1 parent f03a9f4 commit e7c7826

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
java-version: 25
5858
- name: Test with JDK 25
5959
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
6067

6168
- name: Set up settings.xml for Sonatype
6269
uses: actions/setup-java@v4

.github/workflows/pr-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ jobs:
5151
java-version: 25
5252
- name: Test with JDK 25
5353
run: mvn -v && mvn -B test
54+
55+
- uses: actions/setup-java@v4
56+
with:
57+
distribution: 'temurin'
58+
java-version: 26
59+
- name: Test with JDK 26
60+
run: mvn -v && mvn -B test

0 commit comments

Comments
 (0)