Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed May 16, 2023
1 parent ecb2ffd commit 019d473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-kotlin-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
name: K2=${{ matrix.kotlin-use-k2 }} ${{ matrix.kotlin-version }} P=${{ matrix.patch-file }}
name: K2=${{ matrix.kotlin-use-k2 }} ${{ matrix.kotlin-version }}
strategy:
fail-fast: false
#max-parallel: 2
Expand All @@ -22,9 +22,11 @@ jobs:
]
kotlin-use-k2: [ 'false', 'true' ]
exclude:
# it's not possible to use K2 with kotlin 1.8.21
# it's possible to use K2 only starting from kotlin 1.9
- kotlin-use-k2: 'true'
kotlin-version: ''
- kotlin-use-k2: 'true'
kotlin-version: '1.8.21'
uses: ./.github/workflows/run-tests.yml
with:
kotlin-version: ${{ matrix.kotlin-version }}
Expand Down

0 comments on commit 019d473

Please sign in to comment.