Skip to content

Commit a12af13

Browse files
committed
.circleci/config.yml: Bump OpenJDK version from 14 to 16
- OpenJDK 14 seems to have been removed from Ubuntu Focal repos
1 parent 72c5f4c commit a12af13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
- checkout
369369
- run:
370370
name: Install Java
371-
command: apt -q update && apt install -y openjdk-14-jdk
371+
command: apt -q update && apt install -y openjdk-16-jdk
372372
- run:
373373
name: Run tests
374374
command: ./scripts/test_antlr_grammar.sh

0 commit comments

Comments
 (0)