Skip to content

Commit

Permalink
Merge pull request #1153 from SimonMarquis/kotlin-ir
Browse files Browse the repository at this point in the history
Remove Kotlin-IR from CI matrix
  • Loading branch information
Raibaz committed Sep 12, 2023
2 parents 0efb9bb + cec43bf commit c398a2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
matrix:
java-version: [ 17, 19 ] # test LTS versions, and the newest
kotlin-version: [ 1.5.31, 1.6.21, 1.7.22, 1.8.20, 1.9.10 ]
kotlin-ir-enabled: [ true, false ]
fail-fast: false # in case one JDK fails, we still want to see results from others
name: "[java=${{ matrix.java-version }}, kotlin=${{ matrix.kotlin-version }}, IR=${{ matrix.kotlin-ir-enabled }}]"
name: "[java=${{ matrix.java-version }}, kotlin=${{ matrix.kotlin-version }}]"
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +38,6 @@ jobs:
./gradlew check
--stacktrace
-Pkotlin.version=${{ matrix.kotlin-version }}
-Pkotlin.ir.enabled=${{ matrix.kotlin-ir-enabled }}
-PjavaToolchainTestVersion=${{ matrix.java-version }}
android-instrumented-tests:
Expand Down

0 comments on commit c398a2e

Please sign in to comment.