Skip to content

Kotlin EAP 1.9.20

Kotlin EAP 1.9.20 #5

name: Build Kotlin EAP
on:
push:
branches:
- kotlin-eap/*
jobs:
build:
name: Kotlin=${{ matrix.kotlin-version }}
strategy:
fail-fast: false
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '[1.9.20-dev,1.9.20-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-build.yml
with:
kotlin-version: ${{ matrix.kotlin-version }}
patch-file: ${{ matrix.patch-file }}
cache-disabled: true
skip-tests: false
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-dev,1.9.20-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-build.yml
with:
kotlin-version: ${{ matrix.kotlin-version }}
patch-file: ${{ matrix.patch-file }}
cache-disabled: true
skip-tests: false
kotlin-use-k2: true
build-cc:
name: Kotlin/CC=${{ matrix.kotlin-version }}
strategy:
fail-fast: false
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '[1.9.20-dev,1.9.20-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-build.yml
with:
kotlin-version: ${{ matrix.kotlin-version }}
patch-file: ${{ matrix.patch-file }}
cache-disabled: true
skip-tests: false
configuration-cache-enabled: true