From 11e942309a9d89fae914db39ed9e4d54945c5e4d Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:18:54 +0100 Subject: [PATCH] add kotlin 1.8 to the 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 be177cf6e..44fc1d63c 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.20 ] + kotlin-version: [ 1.5.31, 1.6.21, 1.7.21, 1.8.0-Beta ] kotlin-ir-enabled: [ true, false ] fail-fast: false # in case one JDK fails, we still want to see results from others timeout-minutes: 30