.circleci/config.yml: Bump OpenJDK version from 14 to 16

- OpenJDK 14 seems to have been removed from Ubuntu Focal repos
This commit is contained in:
Kamil Śliwak 2021-08-27 12:42:08 +02:00
parent 72c5f4caca
commit a12af13189

View File

@ -368,7 +368,7 @@ jobs:
- checkout
- run:
name: Install Java
command: apt -q update && apt install -y openjdk-14-jdk
command: apt -q update && apt install -y openjdk-16-jdk
- run:
name: Run tests
command: ./scripts/test_antlr_grammar.sh