From 7da9f61b0fab16de383169107dcadec046fb3513 Mon Sep 17 00:00:00 2001 From: Szymon Sasin Date: Thu, 17 Aug 2023 11:32:32 +0300 Subject: [PATCH] [CI] 21-ea --- .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 562e8ca8..a3b91bad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8', '11', '17', '20' ] + java: [ '8', '17', '21-ea' ] permissions: contents: read packages: write