@@ -1259,6 +1259,7 @@ public function importFunctionResource(Resource $resource): Resource
12591259 'node-19.0 ' => Runtime::NODE190 (),
12601260 'node-20.0 ' => Runtime::NODE200 (),
12611261 'node-21.0 ' => Runtime::NODE210 (),
1262+ 'node-22 ' => Runtime::NODE22 (),
12621263 'php-8.0 ' => Runtime::PHP80 (),
12631264 'php-8.1 ' => Runtime::PHP81 (),
12641265 'php-8.2 ' => Runtime::PHP82 (),
@@ -1273,33 +1274,44 @@ public function importFunctionResource(Resource $resource): Resource
12731274 'python-3.11 ' => Runtime::PYTHON311 (),
12741275 'python-3.12 ' => Runtime::PYTHON312 (),
12751276 'python-ml-3.11 ' => Runtime::PYTHONML311 (),
1277+ 'python-ml-3.12 ' => Runtime::PYTHONML312 (),
12761278 'dart-3.0 ' => Runtime::DART30 (),
12771279 'dart-3.1 ' => Runtime::DART31 (),
12781280 'dart-3.3 ' => Runtime::DART33 (),
1281+ 'dart-3.5 ' => Runtime::DART35 (),
12791282 'dart-2.15 ' => Runtime::DART215 (),
12801283 'dart-2.16 ' => Runtime::DART216 (),
12811284 'dart-2.17 ' => Runtime::DART217 (),
12821285 'dart-2.18 ' => Runtime::DART218 (),
1286+ 'dart-2.19 ' => Runtime::DART219 (),
12831287 'deno-1.21 ' => Runtime::DENO121 (),
12841288 'deno-1.24 ' => Runtime::DENO124 (),
12851289 'deno-1.35 ' => Runtime::DENO135 (),
12861290 'deno-1.40 ' => Runtime::DENO140 (),
1291+ 'deno-1.46 ' => Runtime::DENO146 (),
1292+ 'deno-2.0 ' => Runtime::DENO20 (),
12871293 'dotnet-6.0 ' => Runtime::DOTNET60 (),
12881294 'dotnet-7.0 ' => Runtime::DOTNET70 (),
1295+ 'dotnet-8.0 ' => Runtime::DOTNET80 (),
12891296 'java-8.0 ' => Runtime::JAVA80 (),
12901297 'java-11.0 ' => Runtime::JAVA110 (),
12911298 'java-17.0 ' => Runtime::JAVA170 (),
12921299 'java-18.0 ' => Runtime::JAVA180 (),
12931300 'java-21.0 ' => Runtime::JAVA210 (),
1301+ 'java-22 ' => Runtime::JAVA22 (),
12941302 'swift-5.5 ' => Runtime::SWIFT55 (),
12951303 'swift-5.8 ' => Runtime::SWIFT58 (),
12961304 'swift-5.9 ' => Runtime::SWIFT59 (),
1305+ 'swift-5.10 ' => Runtime::SWIFT510 (),
12971306 'kotlin-1.6 ' => Runtime::KOTLIN16 (),
12981307 'kotlin-1.8 ' => Runtime::KOTLIN18 (),
12991308 'kotlin-1.9 ' => Runtime::KOTLIN19 (),
1309+ 'kotlin-2.0 ' => Runtime::KOTLIN20 (),
13001310 'cpp-17 ' => Runtime::CPP17 (),
13011311 'cpp-20 ' => Runtime::CPP20 (),
13021312 'bun-1.0 ' => Runtime::BUN10 (),
1313+ 'bun-1.1 ' => Runtime::BUN11 (),
1314+ 'go-1.23 ' => Runtime::GO123 (),
13031315 default => throw new \Exception ('Invalid Runtime: ' . $ resource ->getRuntime ()),
13041316 };
13051317
0 commit comments