Skip to content

Commit

Permalink
Merge pull request #45 from appwrite/feat-dart-version
Browse files Browse the repository at this point in the history
Feat: Dart 2.16 from OPR
  • Loading branch information
eldadfux authored Feb 26, 2022
2 parents a4c20be + 8292221 commit 8e0972e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function __construct()
$dart->addVersion('2.13', 'dart:2.13', 'openruntimes/dart:2.13', [System::X86]);
$dart->addVersion('2.14', 'dart:2.14', 'openruntimes/dart:2.14', [System::X86, System::ARM]);
$dart->addVersion('2.15', 'dart:2.15', 'openruntimes/dart:2.15', [System::X86, System::ARM]);
$dart->addVersion('2.16', 'dart:2.16', 'openruntimes/dart:2.16', [System::X86, System::ARM]);
$this->runtimes['dart'] = $dart;

// $dotnet = new Runtime('dotnet', '.NET');
Expand Down

0 comments on commit 8e0972e

Please sign in to comment.