Skip to content

Commit

Permalink
CircleCI JDK Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Oct 30, 2022
1 parent 3800eaf commit 0be9d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ commands:
<id>openjdk-11</id>
</provides>
<configuration>
<jdkHome>/usr/local/jdk-11.0.16</jdkHome>
<jdkHome>/usr/local/jdk-11.0.17</jdkHome>
</configuration>
</toolchain>
</toolchains>
Expand Down Expand Up @@ -111,7 +111,7 @@ commands:
<id>openjdk-11</id>
</provides>
<configuration>
<jdkHome>/usr/local/jdk-17.0.4</jdkHome>
<jdkHome>/usr/local/jdk-17.0.5</jdkHome>
</configuration>
</toolchain>
</toolchains>
Expand Down

0 comments on commit 0be9d00

Please sign in to comment.