|
29 | 29 | strategy: |
30 | 30 | fail-fast: false |
31 | 31 | matrix: |
32 | | - java: [21, 24] |
| 32 | + java: [21, 25] |
33 | 33 | test-type: ['unit', 'integration', 'doc'] |
34 | 34 | runs-on: ubuntu-latest |
35 | 35 | container: |
@@ -106,16 +106,16 @@ jobs: |
106 | 106 | matrix: |
107 | 107 | entry: |
108 | 108 | - { os: windows-latest, java: 21, os_build_args: -PbuildPlatform=windows } |
109 | | - - { os: windows-latest, java: 24, os_build_args: -PbuildPlatform=windows } |
| 109 | + - { os: windows-latest, java: 25, os_build_args: -PbuildPlatform=windows } |
110 | 110 | - { os: macos-14, java: 21, os_build_args: '' } |
111 | | - - { os: macos-14, java: 24, os_build_args: '' } |
| 111 | + - { os: macos-14, java: 25, os_build_args: '' } |
112 | 112 | test-type: ['unit', 'integration', 'doc'] |
113 | 113 | exclude: |
114 | 114 | # Exclude doctest for Windows |
115 | 115 | - test-type: doc |
116 | 116 | entry: { os: windows-latest, java: 21, os_build_args: -PbuildPlatform=windows } |
117 | 117 | - test-type: doc |
118 | | - entry: { os: windows-latest, java: 24, os_build_args: -PbuildPlatform=windows } |
| 118 | + entry: { os: windows-latest, java: 25, os_build_args: -PbuildPlatform=windows } |
119 | 119 | runs-on: ${{ matrix.entry.os }} |
120 | 120 |
|
121 | 121 | steps: |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | runs-on: ubuntu-latest |
185 | 185 | strategy: |
186 | 186 | matrix: |
187 | | - java: [21, 24] |
| 187 | + java: [21, 25] |
188 | 188 | container: |
189 | 189 | image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} |
190 | 190 | options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | runs-on: ubuntu-latest |
231 | 231 | strategy: |
232 | 232 | matrix: |
233 | | - java: [21, 24] |
| 233 | + java: [21, 25] |
234 | 234 | container: |
235 | 235 | image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} |
236 | 236 | options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} |
|
0 commit comments