From cbaf15f68a45dac58c7ff3fa45e26e532c44cc69 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Fri, 13 Oct 2023 18:06:16 +0200 Subject: [PATCH] Run core/trino-main tests on JDK 21 --- .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 01f23bfac4dc..2b1f31afd155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -571,7 +571,7 @@ jobs: - lib/trino-filesystem-s3 - lib/trino-hdfs - { modules: core/trino-main } - - { modules: core/trino-main, jdk: 20 } + - { modules: core/trino-main, jdk: 21 } - { modules: lib/trino-filesystem-s3, profile: cloud-tests } - { modules: lib/trino-filesystem-azure, profile: cloud-tests } - { modules: plugin/trino-accumulo }