diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-10-04 12:42:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 13:42:43 +0300 |
commit | 120e1fb21076afc814cc84b2b691b6946d28f7c0 (patch) | |
tree | d7250209bc88058a7315b7358db16c4884ebe612 /.github | |
parent | 8f97b049f23b8a6950fc41badc544ad1b636636a (diff) | |
download | dokka-120e1fb21076afc814cc84b2b691b6946d28f7c0.tar.gz dokka-120e1fb21076afc814cc84b2b691b6946d28f7c0.tar.bz2 dokka-120e1fb21076afc814cc84b2b691b6946d28f7c0.zip |
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 <vad-mishenev@yandex.ru>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle-test.pr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |