From 3f9b2ca82bda212bc967fcb32c8997690e935c91 Mon Sep 17 00:00:00 2001 From: aSemy <897017+aSemy@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:35:38 +0200 Subject: [PATCH] add 1.7.20-RC to test matrix --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 880f2d329..3667d432e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: java-version: [ 11, 17, 18 ] # test LTS versions, and the newest - kotlin-version: [ 1.5.31, 1.6.21, 1.7.10 ] + kotlin-version: [ 1.5.31, 1.6.21, 1.7.20-RC ] kotlin-ir-enabled: [ true, false ] fail-fast: false # in case one JDK fails, we still want to see results from others timeout-minutes: 30