Skip to content

Commit

Permalink
add jdk20
Browse files Browse the repository at this point in the history
  • Loading branch information
theshadowco committed Oct 5, 2023
1 parent b97c3c1 commit 058e696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['11', '17']
java_version: ['11', '17', '20']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public int compareTo(SupportConfiguration o) {
}
}

private String stripQuotes(String value) {
private static String stripQuotes(String value) {
if(value == null || value.length() < 2) {
return value;
}
Expand Down

0 comments on commit 058e696

Please sign in to comment.