Skip to content

Commit 3e08fdd

Browse files
update generated code (#423)
1 parent 54bb4ee commit 3e08fdd

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
@@ -7,6 +7,7 @@ class Runtime
77
public const DOTNETCORE_1_0 = 'dotnetcore1.0';
88
public const DOTNETCORE_2_0 = 'dotnetcore2.0';
99
public const DOTNETCORE_2_1 = 'dotnetcore2.1';
10+
public const DOTNETCORE_3_1 = 'dotnetcore3.1';
1011
public const GO_1_X = 'go1.x';
1112
public const JAVA_11 = 'java11';
1213
public const JAVA_8 = 'java8';
@@ -31,6 +32,7 @@ public static function exists(string $value): bool
3132
self::DOTNETCORE_1_0 => true,
3233
self::DOTNETCORE_2_0 => true,
3334
self::DOTNETCORE_2_1 => true,
35+
self::DOTNETCORE_3_1 => true,
3436
self::GO_1_X => true,
3537
self::JAVA_11 => true,
3638
self::JAVA_8 => true,

0 commit comments

Comments
 (0)