Skip to content

Commit

Permalink
chore(ci): change latest JDK to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jun 28, 2023
1 parent 345a8cb commit b9a55f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ workflows:
name: jdk-17
maven-image: "cimg/openjdk:17.0"
- tests-java:
name: jdk-19
maven-image: "cimg/openjdk:19.0"
name: jdk-20
maven-image: "cimg/openjdk:20.0"
- tests-java:
name: jdk-8-nightly
influxdb-image: "quay.io/influxdb/influxdb:nightly"
Expand All @@ -278,7 +278,7 @@ workflows:
- jdk-8
- jdk-11
- jdk-17
- jdk-19
- jdk-20
- jdk-8-nightly
filters:
branches:
Expand Down

0 comments on commit b9a55f2

Please sign in to comment.