Skip to content

run help before task #13

run help before task

run help before task #13

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-Beta2'
patch-file: './.github/patches/kotlin_1_9_20.patch'
- kotlin-version: '[1.9.30-dev,1.9.30-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 }}