1
0
Fork 0
mirror of synced 2024-05-29 17:09:48 +12:00

test for dart 2.12

This commit is contained in:
Damodar Lohani 2021-03-17 18:13:42 +05:45
parent a4be12a13c
commit c8c4b11dad

View file

@ -541,6 +541,14 @@ class FunctionsCustomServerTest extends Scope
'command' => 'dart main.dart',
'timeout' => 15,
],
[
'language' => 'Dart',
'version' => '2.12',
'name' => 'dart-2.12',
'code' => $functions.'/dart.tar.gz',
'command' => 'dart main.dart',
'timeout' => 15,
],
[
'language' => '.NET',
'version' => '3.1',