Skip to content

Commit f659705

Browse files
committed
Switch to released Java 25
1 parent 727a3b2 commit f659705

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
java_version:
4343
- 21
4444
- 24
45-
- 25-ea
45+
- 25
4646
mq_command: [
4747
'imqadmin',
4848
'imqbridgemgr',
@@ -74,7 +74,7 @@ jobs:
7474
java_version:
7575
- 21
7676
- 24
77-
- 25-ea
77+
- 25
7878
uses: ./.github/workflows/test-stomp-bridge.yml
7979
with:
8080
java_version: ${{ matrix.java_version }}
@@ -87,7 +87,7 @@ jobs:
8787
java_version:
8888
- 21
8989
- 24
90-
- 25-ea
90+
- 25
9191
uses: ./.github/workflows/test-selector.yml
9292
with:
9393
java_version: ${{ matrix.java_version }}
@@ -105,7 +105,7 @@ jobs:
105105
java_version:
106106
- 21
107107
- 24
108-
- 25-ea
108+
- 25
109109
uses: ./.github/workflows/test-secure-sockets.yml
110110
with:
111111
java_version: ${{ matrix.java_version }}
@@ -120,10 +120,10 @@ jobs:
120120
java_version:
121121
- 21
122122
- 24
123-
- 25-ea
123+
- 25
124124
exclude:
125125
- os: macos-latest
126-
java_version: 25-ea
126+
java_version: 25
127127

128128
uses: ./.github/workflows/test-mqcrt-client.yml
129129
with:

0 commit comments

Comments
 (0)