Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4646b75

Browse files
authored
JDK 24 Added to CI Configuration
1 parent3b5917f commit4646b75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/workflows/maven.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:[ubuntu-latest, windows-latest, macOS-latest]
17-
java:[11, 17, 21, 23]
17+
java:[11, 17, 21, 23, 24]
1818

1919
steps:
2020
-uses:actions/checkout@v4

‎src/test/java/com/github/underscore/StringTest.java‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3612,7 +3612,8 @@ void fromXmlStackoverflowObject() throws IOException {
36123612
try {
36133613
U.fromXmlMap(stringXml);
36143614
}catch (Throwablethrowable) {
3615-
assertTrue(throwableinstanceofStackOverflowError);
3615+
assertTrue(throwableinstanceofStackOverflowError
3616+
||throwableinstanceofIllegalArgumentException);
36163617
}
36173618
}
36183619

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp