From 120e1fb21076afc814cc84b2b691b6946d28f7c0 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Mon, 4 Oct 2021 12:42:43 +0200 Subject: Bump to Kotlin 1.5.31 (#2164) * Bump to Kotlin 1.5.31 * Mark todo-s as unsupported * Add PsiNameHelper * Try disabling ProjectFileIndex * Remove CoreProjectFileIndex * Update JDKs to 17, kotlin to 1.5.31 in integration tests * Update Kotlin to 1.5.31 in JS IR integration test Co-authored-by: vmishenev --- .github/workflows/gradle-test.pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/gradle-test.pr.yml b/.github/workflows/gradle-test.pr.yml index 4bba5ce6..657e2494 100644 --- a/.github/workflows/gradle-test.pr.yml +++ b/.github/workflows/gradle-test.pr.yml @@ -6,7 +6,7 @@ jobs: test-ubuntu: strategy: matrix: - version: [ 8, 11, 15, 16 ] + version: [ 8, 11, 17 ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -19,7 +19,7 @@ jobs: test-windows: strategy: matrix: - version: [ 11, 15, 16 ] + version: [ 11, 15, 17 ] fail-fast: false runs-on: windows-latest steps: -- cgit