@@ -96,6 +96,7 @@ public function __construct(string $version = '')
9696 $ dart ->addVersion ('3.1 ' , 'dart:3.1.5 ' , 'openruntimes/dart: ' .$ this ->version .'-3.1 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
9797 $ dart ->addVersion ('3.3 ' , 'dart:3.3.4 ' , 'openruntimes/dart: ' .$ this ->version .'-3.3 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
9898 $ dart ->addVersion ('3.5 ' , 'dart:3.5.2 ' , 'openruntimes/dart: ' .$ this ->version .'-3.5 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
99+ $ dart ->addVersion ('3.8 ' , 'dart:3.8 ' , 'openruntimes/dart: ' .$ this ->version .'-3.8 ' , [System::X86 , System::ARM64 , System::ARMV7 , System::ARMV8 ]);
99100 $ this ->runtimes ['dart ' ] = $ dart ;
100101
101102 $ dotnet = new Runtime ('dotnet ' , '.NET ' , 'bash helpers/server.sh ' );
@@ -149,6 +150,7 @@ public function __construct(string $version = '')
149150 $ flutter ->addVersion ('3.24 ' , 'ghcr.io/cirruslabs/flutter:3.24.5 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.24 ' , [System::X86 , System::ARM64 ]);
150151 $ flutter ->addVersion ('3.27 ' , 'ghcr.io/cirruslabs/flutter:3.27.3 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.27 ' , [System::X86 , System::ARM64 ]);
151152 $ flutter ->addVersion ('3.29 ' , 'ghcr.io/cirruslabs/flutter:3.29.1 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.29 ' , [System::X86 , System::ARM64 ]);
153+ $ flutter ->addVersion ('3.32 ' , 'ghcr.io/cirruslabs/flutter:3.32.0 ' , 'openruntimes/flutter: ' .$ this ->version .'-3.32 ' , [System::X86 , System::ARM64 ]);
152154 $ this ->runtimes ['flutter ' ] = $ flutter ;
153155 }
154156
0 commit comments