Skip to content

Commit d94e11d

Browse files
committed
Test against Java 25
(cherry picked from commit a0a1b44) Conflicts: .github/workflows/test-supported-java-versions-5.x.yml .github/workflows/test-supported-java-versions-main.yml
1 parent 5189caa commit d94e11d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v5
1717
with:
18-
distribution: 'zulu'
19-
java-version: '21'
18+
distribution: 'temurin'
19+
java-version: '25'
2020
cache: 'maven'
2121
server-id: central
2222
server-username: MAVEN_USERNAME

.github/workflows/test-rabbitmq-alphas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Set up JDK
3535
uses: actions/setup-java@v5
3636
with:
37-
distribution: 'zulu'
38-
java-version: '21'
37+
distribution: 'temurin'
38+
java-version: '25'
3939
cache: 'maven'
4040
- name: Start cluster
4141
run: ci/start-cluster.sh

.github/workflows/test-supported-java-versions-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '8', '11', '17', '21', '23', '24-ea' ]
14+
version: [ '8', '11', '17', '21', '25', '26-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

.github/workflows/test-supported-java-versions-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '8', '11', '17', '21', '23', '24-ea' ]
14+
version: [ '8', '11', '17', '21', '25', '26-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Set up JDK
2828
uses: actions/setup-java@v5
2929
with:
30-
distribution: 'zulu'
31-
java-version: '21'
30+
distribution: 'temurin'
31+
java-version: '25'
3232
cache: 'maven'
3333
server-id: central
3434
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)