#2055 - Upgrade compatibility profiles to latest Kotlin releases.

This commit is contained in:
Oliver Drotbohm
2023-11-16 10:55:02 +01:00
parent 8cec27de21
commit 6f01d75bfd
2 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
spring: ['', 'spring-next', 'spring-61-next']
kotlin: ['', 'kotlin-next']
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
jackson: ['', 'jackson-next']
name: Compatibility ${{ matrix.spring }} ${{ matrix.kotlin }} ${{ matrix.jackson }}