Skip to content

Commit

Permalink
Merge branch 'main' into feat-deprecated-runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron authored Jan 10, 2025
2 parents 3248bf6 + 4a6c416 commit ee1d775
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Runtimes/RuntimesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@ public function setUp(): void
'timeout' => 15,
'runtime' => 'java-18.0',
],
'swift-5.5' => [
'code' => $functionsDir.'/swift.tar.gz',
'command' => './helloworld',
'timeout' => 15,
'runtime' => 'swift-5.5',
],
'kotlin-1.6' => [
'code' => $functionsDir.'/kotlin.tar.gz',
'command' => 'kotlin HelloWorld',
Expand Down

0 comments on commit ee1d775

Please sign in to comment.