From 0c5a645ec184725a2e81693c7c72049198b271be Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 16 May 2023 09:21:33 +0800 Subject: [PATCH] ci: replace jdk 19 with 20 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03fafdeb0..00a4a633f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,12 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - java: [ 11, 17, 19 ] + java: [ 11, 17, 20 ] include: - os: windows-latest - java: 19 + java: 20 - os: macos-latest - java: 19 + java: 20 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -164,7 +164,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 19 + java-version: 20 java-package: jdk cache: 'maven' - run: brew install sqlite3