From 985c6feedce4372e0b5f64f74d6f82898b19d0a9 Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:24:27 +0200 Subject: [PATCH] add jdk 19 to workflow 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 3667d432e..dddb7e3d1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java-version: [ 11, 17, 18 ] # test LTS versions, and the newest + java-version: [ 11, 17, 19 ] # test LTS versions, and the newest 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