diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index b76e2d6daa..9b11488364 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -508,6 +508,13 @@ class FunctionsCustomServerTest extends Scope 'code' => $functions.'/node.tar.gz', 'command' => 'node index.js', ], + [ + 'language' => 'Ruby', + 'version' => '2.7', + 'name' => 'ruby-2.7', + 'code' => $functions.'/ruby.tar.gz', + 'command' => 'ruby app.rb', + ], // [ // 'language' => 'Deno', // 'version' => '1.5',