Skip to content

Commit 120ec44

Browse files
committed
Put testing with with JDK 20 on hold
We observed CI instability with 20. We should reintroduce testing with 20 in a way that doesn't break the CI builds.
1 parent e053284 commit 120ec44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
java-version:
5959
- 17
60-
- 20
60+
- 19
6161
timeout-minutes: 45
6262
steps:
6363
- uses: actions/checkout@v3
@@ -542,7 +542,7 @@ jobs:
542542
include:
543543
- { modules: [ client/trino-jdbc, plugin/trino-base-jdbc, plugin/trino-thrift, plugin/trino-memory ] }
544544
- { modules: core/trino-main }
545-
- { modules: core/trino-main, jdk: 20 }
545+
- { modules: core/trino-main, jdk: 19 }
546546
- { modules: plugin/trino-accumulo }
547547
- { modules: plugin/trino-bigquery }
548548
- { modules: plugin/trino-bigquery, profile: cloud-tests-arrow }

0 commit comments

Comments
 (0)