Skip to content

Commit 89b3363

Browse files
committed
Kotlin: Bump CI version to 1.8.0-Beta
1 parent b51c3aa commit 89b3363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/kotlin_plugin_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def version_string_to_tuple(version):
2222
return tuple([int(m.group(i)) for i in range(1, 4)] + [m.group(4)])
2323

2424
# Version number used by CI. It needs to be one of the versions in many_versions.
25-
ci_version = '1.7.20'
25+
ci_version = '1.8.0-Beta'
2626

2727
# Version numbers in the list need to be in semantically increasing order
2828
many_versions = [ '1.4.32', '1.5.0', '1.5.10', '1.5.20', '1.5.30', '1.6.0', '1.6.20', '1.7.0', '1.7.20', '1.8.0-Beta' ]

0 commit comments

Comments
 (0)