From 88df7f405c65e8c86800a3aa8a88e35b84466262 Mon Sep 17 00:00:00 2001 From: Bohdan Chupika Date: Fri, 22 Sep 2023 13:38:53 +0300 Subject: [PATCH] Update ci.yml to java 17 (#645) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ead0ef36a..282f50ac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' cache: maven - name: Build with Maven