From b7a5453df9c8946480f14dc37bdde534df384b9c Mon Sep 17 00:00:00 2001 From: Dmitry Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:38:48 +0200 Subject: [PATCH] Revert "[CI] Enable JDK 22-ea." This reverts commit 57ddf52e8fe02f89df8d114be0d8051a15e2d48e. --- .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 477559d90..5edd0ae68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8', '17', '21', '22-ea' ] + java: [ '8', '17', '21' ] os: ['ubuntu-22.04', 'windows-latest'] steps: - name: Checkout code