From 92eb7a717adc0ed2a8ceea676bba6f697678dcfa Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sat, 21 May 2022 23:06:03 +0900 Subject: [PATCH] Support JDK 18-GA and 19-EA on CI --- .github/workflows/ci.yaml | 2 +- .github/workflows/support.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b09f468c6..48554f1d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - java: [8, 11, 17, 18-ea] + java: [8, 11, 17, 18, 19-ea] distribution: ['zulu'] fail-fast: false max-parallel: 4 diff --git a/.github/workflows/support.yaml b/.github/workflows/support.yaml index 15959eeff..fcc287e55 100644 --- a/.github/workflows/support.yaml +++ b/.github/workflows/support.yaml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - java: [8, 11, 17, 18-ea] + java: [8, 11, 17, 18, 19-ea] distribution: ['zulu'] fail-fast: false max-parallel: 4