Skip to content

Commit

Permalink
Kotlin 1.9.20-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Oct 24, 2023
1 parent 1361b83 commit d418a5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-kotlin-eap-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '1.9.20-Beta'
- kotlin-version: '1.9.20-RC2'
patch-file: './.github/patches/kotlin_1_9_20.patch'
- kotlin-version: '[1.9.30-dev,1.9.30-dev-9999['
- kotlin-version: '[2.0.0-dev,2.0.0-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-eap.yml
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-kotlin-eap-k2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '1.9.20-Beta'
- kotlin-version: '1.9.20-RC2'
patch-file: './.github/patches/kotlin_1_9_20.patch'
- kotlin-version: '[1.9.30-dev,1.9.30-dev-9999['
- kotlin-version: '[2.0.0-dev,2.0.0-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-eap.yml
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-kotlin-eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '1.9.20-Beta'
- kotlin-version: '1.9.20-RC2'
patch-file: './.github/patches/kotlin_1_9_20.patch'
- kotlin-version: '[1.9.30-dev,1.9.30-dev-9999['
- kotlin-version: '[2.0.0-dev,2.0.0-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-eap.yml
with:
Expand Down

0 comments on commit d418a5b

Please sign in to comment.