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