Skip to content

Commit d0934f0

Browse files
authored
add kotlin 1.8 to integration tests (#179)
1 parent f7501ca commit d0934f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ workflows:
119119
matrix:
120120
parameters:
121121
jdk: ["8", "11", "17"]
122-
kotlin: ["1.5.32", "1.6.21", "1.7.20"]
122+
kotlin: ["1.5.32", "1.6.21", "1.7.20", "1.8.0"]
123123
- release:
124124
context: OSS
125125
filters:

0 commit comments

Comments
 (0)