We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2834a5d + bccc774 commit e63a12fCopy full SHA for e63a12f
src/Runtime.php
@@ -4,6 +4,8 @@
4
5
abstract class Runtime
6
{
7
+ public const NODEJS_22 = 'nodejs22.x';
8
+
9
public const NODEJS_20 = 'nodejs20.x';
10
11
public const NODEJS_18 = 'nodejs18.x';
@@ -14,6 +16,8 @@ abstract class Runtime
14
16
/** @deprecated */
15
17
public const NODEJS_14 = 'nodejs14.x';
18
19
+ public const PYTHON_313 = 'python3.13';
20
21
public const PYTHON_312 = 'python3.12';
22
23
public const PYTHON_311 = 'python3.11';
@@ -46,6 +50,8 @@ abstract class Runtime
46
50
47
51
public const DOT_NET_6 = 'dotnet6';
48
52
53
+ public const RUBY_34 = 'ruby3.4';
54
49
55
public const RUBY_33 = 'ruby3.3';
56
57
public const RUBY_32 = 'ruby3.2';
0 commit comments