Skip to content

Commit

Permalink
Upgrade to jdk17 instead of jdk11 for some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 14, 2024
1 parent de52c2c commit 77caa60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ protected LightProjectDescriptor getProjectDescriptor() {
return new DefaultLightProjectDescriptor() {
@Override
public Sdk getSdk() {
return IdeaTestUtil.getMockJdk11();
return IdeaTestUtil.getMockJdk17();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected LightProjectDescriptor getProjectDescriptor() {
return new DefaultLightProjectDescriptor() {
@Override
public Sdk getSdk() {
return IdeaTestUtil.getMockJdk11();
return IdeaTestUtil.getMockJdk17();
}

@Override
Expand Down

0 comments on commit 77caa60

Please sign in to comment.