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 9e1c024 commit 4d64dcbCopy full SHA for 4d64dcb
tests/Deno1171Test.php
@@ -13,7 +13,7 @@ class Deno1171Test extends Base
13
protected string $class = 'Appwrite\SDK\Language\Deno';
14
protected array $build = [];
15
protected string $command =
16
- 'docker run --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.17.1 run --allow-net --allow-read tests/languages/deno/tests.ts';
+ 'docker run --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.30.3 run --allow-net --allow-read tests/languages/deno/tests.ts';
17
18
protected array $expectedOutput = [
19
...Base::FOO_RESPONSES,
0 commit comments