Skip to content

Commit

Permalink
Update version mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 5, 2024
1 parent 9b793c9 commit c512859
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class ClasspathIsUsedFunctionalTest extends BaseFunctionalTest {
case JavaVersion.VERSION_21:
byteCodeVersion = '65.0'
break
case JavaVersion.VERSION_22:
byteCodeVersion = '66.0'
case JavaVersion.VERSION_23:
byteCodeVersion = '67.0'
break
default:
throw new IllegalStateException("Need to update the byteCode version mapping for Java ${JavaVersion.current()}, you can ref https://javaalmanac.io/bytecode/versions")
Expand Down

0 comments on commit c512859

Please sign in to comment.