mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Kotlin: Bump CI version to 1.8.0-Beta
This commit is contained in:
@@ -22,7 +22,7 @@ def version_string_to_tuple(version):
|
||||
return tuple([int(m.group(i)) for i in range(1, 4)] + [m.group(4)])
|
||||
|
||||
# Version number used by CI. It needs to be one of the versions in many_versions.
|
||||
ci_version = '1.7.20'
|
||||
ci_version = '1.8.0-Beta'
|
||||
|
||||
# Version numbers in the list need to be in semantically increasing order
|
||||
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' ]
|
||||
|
||||
Reference in New Issue
Block a user