#2055 - Upgrade compatibility profiles to latest Kotlin releases.
This commit is contained in:
2
.github/workflows/compatibility.yaml
vendored
2
.github/workflows/compatibility.yaml
vendored
@@ -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 }}
|
||||
|
||||
12
pom.xml
12
pom.xml
@@ -123,8 +123,16 @@
|
||||
<profile>
|
||||
<id>kotlin-next</id>
|
||||
<properties>
|
||||
<kotlin.version>1.8.21</kotlin.version>
|
||||
<kotlinx-coroutines.version>1.7.0-RC</kotlinx-coroutines.version>
|
||||
<kotlin.version>1.9.20</kotlin.version>
|
||||
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>kotlin-2-next</id>
|
||||
<properties>
|
||||
<kotlin.version>2.0.0-Beta1</kotlin.version>
|
||||
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user