From 468c35e99fc0b7d9355a938748b4452de52062f8 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Sat, 15 Apr 2023 00:21:12 +0200 Subject: [PATCH] java 17 --- .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 30164810..7d6bfde0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,11 +38,11 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Environment Information run: |