Skip to content

Commit

Permalink
Include JDK21 in build chain (#392)
Browse files Browse the repository at this point in the history
* Include JDK21 in build chain
  • Loading branch information
Ekryd authored Nov 13, 2023
1 parent 3edb035 commit 0d55711
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
docker:
- image: cimg/openjdk:17.0
<<: *shared
jdk19:
docker:
- image: cimg/openjdk:19.0
<<: *shared
jdk20:
docker:
- image: cimg/openjdk:20.0
<<: *shared
jdk21:
docker:
- image: cimg/openjdk:21.0
<<: *shared
jdk11:
docker:
- image: cimg/openjdk:11.0
Expand All @@ -52,10 +52,10 @@ workflows:
work:
jobs:
- jdk17
- jdk19:
- jdk20:
requires:
- jdk17
- jdk20:
- jdk21:
requires:
- jdk17
- jdk11:
Expand All @@ -65,6 +65,6 @@ workflows:
- master
requires:
- jdk17
- jdk19
- jdk20

- jdk21

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ idea-plugin/out
.project
.classpath
.settings
.mvn
/maven-plugin/src/it/*/interpolated-pom.xml.bak
/maven-plugin/src/it/*/build.log
.java-version

0 comments on commit 0d55711

Please sign in to comment.