Skip to content

Commit e45acc3

Browse files
committed
JDK 25 is out, time to test on JDK 26ea
1 parent 3fdb9ac commit e45acc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/crosschecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
language: ['java']
34-
java: [ '21', '25-ea' ]
34+
java: [ '21', '26-ea' ]
3535
os: [ubuntu-latest, windows-latest, macos-latest]
3636

3737
steps:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,15 +2461,15 @@ under the License.
24612461
</profile>
24622462

24632463
<profile>
2464-
<id>jdk25</id>
2464+
<id>jdk25+</id>
24652465

24662466
<activation>
2467-
<jdk>25</jdk>
2467+
<jdk>[25,)</jdk>
24682468
</activation>
24692469

24702470
<properties>
24712471
<byte-buddy.version>1.17.7</byte-buddy.version>
2472-
<mockito.version>5.19.0</mockito.version>
2472+
<mockito.version>5.20.0</mockito.version>
24732473
</properties>
24742474

24752475
<dependencyManagement>

0 commit comments

Comments
 (0)