Skip to content

Commit faad16a

Browse files
committed
Test against Java 25
1 parent 27d6069 commit faad16a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-java@v5
1313
with:
1414
distribution: 'zulu'
15-
java-version: '21'
15+
java-version: '25'
1616
cache: 'maven'
1717
- name: Publish Documentation
1818
run: |

.github/workflows/publish-performance-tool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v5
1313
with:
14-
distribution: 'zulu'
15-
java-version: '21'
14+
distribution: 'temurin'
15+
java-version: '25'
1616
cache: 'maven'
1717
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
1818
gpg-passphrase: MAVEN_GPG_PASSPHRASE

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v5
2121
with:
22-
distribution: 'zulu'
23-
java-version: '21'
22+
distribution: 'temurin'
23+
java-version: '25'
2424
cache: 'maven'
2525
- name: Start broker
2626
run: ci/start-broker.sh

.github/workflows/test-rabbitmq-alphas.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
- name: Start broker
3434
run: ci/start-broker.sh

.github/workflows/test-supported-java-versions.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: [ '11', '17', '21', '24', '25-ea' ]
14+
version: [ '11', '17', '21', '25', '26-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

0 commit comments

Comments
 (0)