Skip to content

Commit

Permalink
Adding JDK 22 & 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ekryd committed Oct 28, 2024
1 parent 0cd3fbb commit 0c575cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
docker:
- image: cimg/openjdk:21.0.2
<<: *shared
jdk22:
docker:
- image: cimg/openjdk:22
<<: *shared
jdk23:
docker:
- image: cimg/openjdk:23
<<: *shared
jdk17:
docker:
- image: cimg/openjdk:17.0.13
Expand All @@ -55,6 +63,12 @@ workflows:
- jdk20:
requires:
- jdk21
- jdk22:
requires:
- jdk21
- jdk23:
requires:
- jdk21
- jdk11:
requires:
- jdk21
Expand All @@ -67,4 +81,6 @@ workflows:
- jdk11
- jdk20
- jdk21
- jdk22
- jdk23

0 comments on commit 0c575cc

Please sign in to comment.