Skip to content

Commit a6678cc

Browse files
authoredOct 10, 2024
Merge pull request #75 from appwrite/fix-duplication
Fix: Remove duplication
2 parents c33005e + 2cac055 commit a6678cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/Runtimes/Runtimes.php

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function __construct(string $version = '')
103103
$kotlin->addVersion('1.8', 'eclipse-temurin:19-jdk-alpine', 'openruntimes/kotlin:'.$this->version.'-1.8', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
104104
$kotlin->addVersion('1.9', 'eclipse-temurin:19-jdk-alpine', 'openruntimes/kotlin:'.$this->version.'-1.9', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
105105
$kotlin->addVersion('2.0', 'eclipse-temurin:22-jdk-alpine', 'openruntimes/kotlin:'.$this->version.'-2.0', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
106-
$kotlin->addVersion('2.0', 'eclipse-temurin:22-jdk-alpine', 'openruntimes/kotlin:'.$this->version.'-2.0', [System::X86, System::ARM64, System::ARMV7, System::ARMV8]);
107106
$this->runtimes['kotlin'] = $kotlin;
108107

109108
$cpp = new Runtime('cpp', 'C++', 'sh helpers/server.sh');

0 commit comments

Comments
 (0)
Please sign in to comment.