Skip to content

Commit 3f62019

Browse files
committed
asdf: update java
Use eclipse-temurin, which is the successor to AdoptOpenJDK. Also use this on CircleCI, and update nodejs to the version we use on CircleCI's java image.
1 parent 04d90c0 commit 3f62019

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.circleci/basis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ orbs:
2828
executors:
2929
system-tests:
3030
docker:
31-
- image: cimg/openjdk:17.0.2-node
31+
- image: cimg/openjdk:17.0.3-node
3232
environment:
3333
PGHOST: localhost
3434
PGUSER: circleci

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ orbs:
1111
executors:
1212
cimg-base:
1313
docker:
14-
- image: cimg/base:2022.03
14+
- image: cimg/base:2022.04
1515

1616
jobs:
1717
gen:

.circleci/test-system.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
executors:
22
base:
33
docker:
4-
- image: cimg/base:2022.01
4+
- image: cimg/base:2022.04
55

66
openjdk:
77
docker:
8-
- image: cimg/openjdk:17.0.2-node
8+
- image: cimg/openjdk:17.0.3-node
99

1010
jobs:
1111
prepare-contracts:

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ circleci 0.1.17183
33
clojure 1.11.1.1113
44
golang 1.18.1
55
golangci-lint 1.45.2
6-
java adoptopenjdk-17.0.2+8
7-
nodejs 16.14.0
6+
java temurin-17.0.3+7
7+
nodejs 16.14.2
88
postgres 14.2
99
protoc 3.20.1
1010
solidity 0.8.9

0 commit comments

Comments
 (0)