Skip to content

Commit 5772ef8

Browse files
update generated code (#267)
1 parent 96fe0f9 commit 5772ef8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Enum/Runtime.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Runtime
2323
public const PYTHON_3_7 = 'python3.7';
2424
public const PYTHON_3_8 = 'python3.8';
2525
public const RUBY_2_5 = 'ruby2.5';
26+
public const RUBY_2_7 = 'ruby2.7';
2627

2728
public static function exists(string $value): bool
2829
{
@@ -46,6 +47,7 @@ public static function exists(string $value): bool
4647
self::PYTHON_3_7 => true,
4748
self::PYTHON_3_8 => true,
4849
self::RUBY_2_5 => true,
50+
self::RUBY_2_7 => true,
4951
];
5052

5153
return isset($values[$value]);

0 commit comments

Comments
 (0)