We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdb9ac commit e45acc3Copy full SHA for e45acc3
.github/workflows/crosschecks.yml
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
language: ['java']
34
- java: [ '21', '25-ea' ]
+ java: [ '21', '26-ea' ]
35
os: [ubuntu-latest, windows-latest, macos-latest]
36
37
steps:
pom.xml
@@ -2461,15 +2461,15 @@ under the License.
2461
</profile>
2462
2463
<profile>
2464
- <id>jdk25</id>
+ <id>jdk25+</id>
2465
2466
<activation>
2467
- <jdk>25</jdk>
+ <jdk>[25,)</jdk>
2468
</activation>
2469
2470
<properties>
2471
<byte-buddy.version>1.17.7</byte-buddy.version>
2472
- <mockito.version>5.19.0</mockito.version>
+ <mockito.version>5.20.0</mockito.version>
2473
</properties>
2474
2475
<dependencyManagement>
0 commit comments