mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
.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:
parent
72c5f4caca
commit
a12af13189
@ -368,7 +368,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install Java
|
name: Install Java
|
||||||
command: apt -q update && apt install -y openjdk-14-jdk
|
command: apt -q update && apt install -y openjdk-16-jdk
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: ./scripts/test_antlr_grammar.sh
|
command: ./scripts/test_antlr_grammar.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user