Skip to content

Commit

Permalink
Update circleci to a newer image format with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 6, 2022
1 parent 1c6bb1d commit 4075bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/openjdk:8-jdk-stretch
- image: cimg/openjdk:11.0
filters:
branches:
only:
Expand Down

0 comments on commit 4075bed

Please sign in to comment.