Skip to content

Commit

Permalink
Merge pull request #81 from appwrite/chore-remove-old-swift
Browse files Browse the repository at this point in the history
Chore: Remove swift 5.5
  • Loading branch information
Meldiron authored Jan 10, 2025
2 parents 93386b4 + 4347d27 commit 4a6c416
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function __construct(string $version = '')
$this->runtimes['java'] = $java;

$swift = new Runtime('swift', 'Swift', 'sh helpers/server.sh');
$swift->addVersion('5.5', 'swiftarm/swift:5.5.3-ubuntu-jammy', 'openruntimes/swift:'.$this->version.'-5.5', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
$swift->addVersion('5.8', 'swiftarm/swift:5.8.1-ubuntu-22.04', 'openruntimes/swift:'.$this->version.'-5.8', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
$swift->addVersion('5.9', 'swiftarm/swift:5.9.2-ubuntu-22.04', 'openruntimes/swift:'.$this->version.'-5.9', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
$swift->addVersion('5.10', 'swiftarm/swift:5.10-ubuntu-22.04', 'openruntimes/swift:'.$this->version.'-5.10', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
Expand Down
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 4a6c416

Please sign in to comment.