Skip to content

Commit

Permalink
chore(ci): switch to next-gen CircleCI's convenience images (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Sep 13, 2021
1 parent f1b0e7a commit 6563733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
parameters:
maven-image:
type: string
default: &default-maven-image "circleci/openjdk:8"
default: &default-maven-image "cimg/openjdk:8.0"
influxdb-image:
type: string
default: &default-influxdb-image "influxdb:latest"
Expand Down Expand Up @@ -182,10 +182,10 @@ workflows:
name: jdk-8
- tests-java:
name: jdk-11
maven-image: "circleci/openjdk:11"
maven-image: "cimg/openjdk:11.0"
- tests-java:
name: jdk-16
maven-image: "circleci/openjdk:16-buster"
maven-image: "cimg/openjdk:16.0"
- tests-java:
name: jdk-8-nightly
influxdb-image: "quay.io/influxdb/influxdb:nightly"
Expand All @@ -210,4 +210,4 @@ workflows:
- tests-java
- tests-java:
name: jdk-11-beta
maven-image: "circleci/openjdk:11"
maven-image: "cimg/openjdk:11.0"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
1. [#258](https://github.com/influxdata/influxdb-client-java/pull/258): Update dependencies:
- Gson to 2.8.8

### CI
1. [#266](https://github.com/influxdata/influxdb-client-java/pull/266): Switch to next-gen CircleCI's convenience images

## 3.2.0 [2021-08-20]

### Bug Fixes
Expand Down

0 comments on commit 6563733

Please sign in to comment.