Skip to content

Kotlin 1.9.20-RC2

Kotlin 1.9.20-RC2 #6

name: Build Kotlin EAP/K2
on:
push:
branches:
- kotlin-eap/*
jobs:
build-k2:
name: Kotlin/K2=${{ matrix.kotlin-version }}
strategy:
fail-fast: false
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '1.9.20-RC2'
patch-file: './.github/patches/kotlin_1_9_20.patch'
- 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:
kotlin-version: ${{ matrix.kotlin-version }}
patch-file: ${{ matrix.patch-file }}
kotlin-use-k2: 'true'