Skip to content

Commit

Permalink
Merge branch 'master' into feature/GH-29-improve-exception-conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Dec 26, 2021
2 parents c22943c + 73d96e6 commit f369d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
XCODEBUILD_DESTINATION_watchOS: platform=watchOS Simulator,name=Apple Watch Series 7 - 45mm
jobs:
run-kotlin-tests:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
GRADLE_MODULE: ${{ format(':kmp-nativecoroutines-{0}', matrix.module) }}
run: ./gradlew $GRADLE_MODULE:allTests
run-swift-tests:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix:
Expand All @@ -68,6 +70,7 @@ jobs:
-scheme "$XCODEBUILD_SCHEME"
-destination "$XCODEBUILD_DESTINATION"
run-integration-tests:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
needs:
- run-kotlin-tests
- run-swift-tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This library solves both of these limitations 😄.
[new-mm]: https://github.com/JetBrains/kotlin/blob/0b871d7534a9c8e90fb9ad61cd5345716448d08c/kotlin-native/NEW_MM.md
[native-mt]: https://github.com/kotlin/kotlinx.coroutines/issues/462

As of version `0.10.0` the library uses Kotlin version `1.6.10`.
The latest version of the library uses Kotlin version `1.6.10`.
Compatibility versions for older Kotlin versions are also available:

| Version | Version suffix | Kotlin | Coroutines |
Expand Down

0 comments on commit f369d5d

Please sign in to comment.