Skip to content

Commit 6cef697

Browse files
committed
chk_antlr_grammar: bump openJDK to version 17
1 parent 339bf38 commit 6cef697

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
@@ -735,7 +735,7 @@ jobs:
735735
name: Install Java
736736
command: |
737737
sudo apt -q update
738-
sudo apt install -y openjdk-16-jdk
738+
sudo apt install -y openjdk-17-jdk
739739
- run:
740740
name: Run tests
741741
command: ./scripts/test_antlr_grammar.sh

0 commit comments

Comments
 (0)