Merge pull request #11851 from ethereum/update-openjdk-for-antlr

[CI] Bump OpenJDK version from 14 to 16
This commit is contained in:
Leonardo 2021-08-27 13:21:05 +02:00 committed by GitHub
commit 1f953486ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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