From ca1e9585a622e63a476475ded292b7bbe83e6bfb Mon Sep 17 00:00:00 2001 From: Szymon Sasin Date: Thu, 8 Jun 2023 13:33:14 +0300 Subject: [PATCH] [CI] add java 20 into build --- .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 29343d83..562e8ca8 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' ] + java: [ '8', '11', '17', '20' ] permissions: contents: read packages: write