From 8d50a5e80530f2980f88cac8295c213586b52bc4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:14:25 +0200 Subject: [PATCH] [CI] Add JDK 21-ea to the build matrix. --- .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 1110358ff..e89e54c17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8', '11', '17', '20' ] + java: [ '8', '11', '17', '21-ea' ] os: [ 'ubuntu-22.04', 'windows-latest' ] steps: - name: Checkout code