Skip to content

Commit 28263af

Browse files
author
Szczepan Faber
committed
Debuggability, disabled old Kotlin versions
1 parent 8744735 commit 28263af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
strategy:
5151
matrix:
5252
mock-maker: ['mock-maker-default', 'mock-maker-inline']
53-
kotlin: ['1.0.7', '1.1.61', '1.2.50', '1.3.50']
53+
kotlin: ['1.3.50', '1.4.21']
54+
# Note that the old Travis CI referenced other Kotlin versions: '1.0.7', '1.1.61', '1.2.50'
55+
# However, those versions of Kotlin don't work with latest Gradle
5456

5557
steps:
5658

tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildscript {
22
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.3.50'
3+
println "$project uses Kotlin $kotlin_version"
34

45
repositories {
56
mavenCentral()

0 commit comments

Comments
 (0)