Skip to content

Commit f51c8f9

Browse files
committed
feat: add deno 1404
1 parent d2248ea commit f51c8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Deno1404Test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Tests;
44

5-
class Deno1193Test extends Base
5+
class Deno1404Test extends Base
66
{
77
protected string $sdkName = 'deno';
88
protected string $sdkPlatform = 'server';
@@ -13,7 +13,7 @@ class Deno1193Test extends Base
1313
protected string $class = 'Appwrite\SDK\Language\Deno';
1414
protected array $build = [];
1515
protected string $command =
16-
'docker run --network="mockapi" --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.19.3 run --allow-net --allow-read tests/languages/deno/tests.ts';
16+
'docker run --network="mockapi" --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.40.4 run --allow-net --allow-read tests/languages/deno/tests.ts';
1717

1818
protected array $expectedOutput = [
1919
...Base::FOO_RESPONSES,

0 commit comments

Comments
 (0)