From e936905a364b6ce15b35655831d7085c6a1cf7bc Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Tue, 24 Jan 2023 13:57:44 +0900 Subject: [PATCH] [#1930] CI test matrix add java versions 18, 19, 20ea --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25a5318f9..e6eb1cee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build-java-8-plus: strategy: matrix: - java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18-ea ] + java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20-ea ] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}