Skip to content

Commit e63a12f

Browse files
authored
Merge pull request #160 from owenvoke/patch-1
feat: add new runtime environments
2 parents 2834a5d + bccc774 commit e63a12f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Runtime.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
abstract class Runtime
66
{
7+
public const NODEJS_22 = 'nodejs22.x';
8+
79
public const NODEJS_20 = 'nodejs20.x';
810

911
public const NODEJS_18 = 'nodejs18.x';
@@ -14,6 +16,8 @@ abstract class Runtime
1416
/** @deprecated */
1517
public const NODEJS_14 = 'nodejs14.x';
1618

19+
public const PYTHON_313 = 'python3.13';
20+
1721
public const PYTHON_312 = 'python3.12';
1822

1923
public const PYTHON_311 = 'python3.11';
@@ -46,6 +50,8 @@ abstract class Runtime
4650

4751
public const DOT_NET_6 = 'dotnet6';
4852

53+
public const RUBY_34 = 'ruby3.4';
54+
4955
public const RUBY_33 = 'ruby3.3';
5056

5157
public const RUBY_32 = 'ruby3.2';

0 commit comments

Comments
 (0)