Skip to content

Commit 9c087f9

Browse files
fix: deno sdk tests
1 parent dc4dbe3 commit 9c087f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SDKTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class SDKTest extends TestCase
239239
'build' => [
240240
],
241241
'envs' => [
242-
'deno-1.1.3' => 'docker run --rm -v $(pwd):/app -w /app hayd/alpine-deno:1.1.3 run --allow-net --allow-read tests/languages/deno/tests.ts', // TODO: use official image when its out
242+
'deno-1.17.1' => 'docker run --rm -v $(pwd):/app -w /app denoland/deno:alpine-1.17.1 run --allow-net --allow-read tests/languages/deno/tests.ts', // TODO: use official image when its out
243243
],
244244
'expectedOutput' => [
245245
...FOO_RESPONSES,

0 commit comments

Comments
 (0)