We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496e0ff commit 1cc8289Copy full SHA for 1cc8289
tests/SDKTest.php
@@ -93,7 +93,7 @@ class SDKTest extends TestCase
93
'envs' => [
94
'java-8' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/kotlin openjdk:8-jdk-alpine sh -c "./gradlew :test -q && cat result.txt"',
95
],
96
- 'supportException' => false,
+ 'supportException' => true,
97
98
99
'swift-server' => [
0 commit comments